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

Unified Diff: net/tools/testserver/testserver.py

Issue 1259373002: Fix typos in testserver docstrings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/testserver/testserver.py
diff --git a/net/tools/testserver/testserver.py b/net/tools/testserver/testserver.py
index dc9f93a1966632142a2f808d489579a6a4e63e2a..ba1fd662abf95c98bfa10f838068484b87a1d858 100755
--- a/net/tools/testserver/testserver.py
+++ b/net/tools/testserver/testserver.py
@@ -471,7 +471,7 @@ class TestPageHandler(testserver_base.BasePageHandler):
def CachePrivateHandler(self):
"""This request handler yields a page with the title set to the current
- system time, and allows caching for 5 seconds."""
+ system time, and allows caching for 3 seconds."""
if not self._ShouldHandleRequest("/cache/private"):
return False
@@ -488,7 +488,7 @@ class TestPageHandler(testserver_base.BasePageHandler):
def CachePublicHandler(self):
"""This request handler yields a page with the title set to the current
- system time, and allows caching for 5 seconds."""
+ system time, and allows caching for 3 seconds."""
if not self._ShouldHandleRequest("/cache/public"):
return False
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698