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

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

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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/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')

Powered by Google App Engine
This is Rietveld 408576698