Chromium Code Reviews| Index: chrome/common/extensions/docs/server2/api_data_source.py |
| diff --git a/chrome/common/extensions/docs/server2/api_data_source.py b/chrome/common/extensions/docs/server2/api_data_source.py |
| index b189e358176fafd1dde24cba6f70129f28f2958b..739ff698de2d781243d52bea67f3f20a959d0801 100644 |
| --- a/chrome/common/extensions/docs/server2/api_data_source.py |
| +++ b/chrome/common/extensions/docs/server2/api_data_source.py |
| @@ -12,7 +12,7 @@ import third_party.json_schema_compiler.idl_schema as idl_schema |
| import third_party.json_schema_compiler.idl_parser as idl_parser |
| class APIDataSource(object): |
| - """This class fetches and loads JSON APIs with the fetcher passed in with |
| + """ This class fetches and loads JSON APIs from the FileSystem passed in with |
|
not at google - send to devlin
2012/07/23 12:40:24
see comment in other code review. I was being sill
cduvall
2012/07/23 20:38:19
Done.
|
| |cache_builder|, so the APIs can be plugged into templates. |
| """ |
| def __init__(self, cache_builder, base_path): |