Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2275)

Unified Diff: chrome/common/extensions/docs/server2/api_data_source.py

Issue 10815042: Extensions Docs Server: api_index.html, experimental.html (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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):

Powered by Google App Engine
This is Rietveld 408576698