| 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..aae0b92ac82bd4eed62722f24ef3b2fc84ee6efd 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
|
| |cache_builder|, so the APIs can be plugged into templates.
|
| """
|
| def __init__(self, cache_builder, base_path):
|
|
|