| Index: chrome/common/extensions/docs/server2/new_github_file_system.py
|
| diff --git a/chrome/common/extensions/docs/server2/new_github_file_system.py b/chrome/common/extensions/docs/server2/new_github_file_system.py
|
| index 9f2942d9a0a77c2f949b6220f4d571865a655b92..26ca1d3b3e8a102c2d87cfa8d169b5155fa28f09 100644
|
| --- a/chrome/common/extensions/docs/server2/new_github_file_system.py
|
| +++ b/chrome/common/extensions/docs/server2/new_github_file_system.py
|
| @@ -126,7 +126,7 @@ class GithubFileSystem(FileSystem):
|
| self._username, self._password = _LoadCredentials(object_store_creator)
|
| self._blobstore = blobstore.AppEngineBlobstore()
|
| self._fetcher = Fetcher(self._repo_url)
|
| - # Stores whether the github is up-to-date. This will either be True or
|
| + # Stores whether the github is up to date. This will either be True or
|
| # empty, the emptiness most likely due to this being a cron run.
|
| self._up_to_date_cache = object_store_creator.Create(
|
| GithubFileSystem, category='up-to-date')
|
|
|