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

Unified Diff: appengine/findit/common/cache_decorator.py

Issue 2400283003: [Findit] Add skeleton code for delta test script. (Closed)
Patch Set: Created 4 years, 2 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: appengine/findit/common/cache_decorator.py
diff --git a/appengine/findit/common/cache_decorator.py b/appengine/findit/common/cache_decorator.py
index 6f1bb1efe42dc866aa7841e4df8eb84db698f26f..9b3cd3865f384083e09141b42680d118b31a475c 100644
--- a/appengine/findit/common/cache_decorator.py
+++ b/appengine/findit/common/cache_decorator.py
@@ -137,7 +137,7 @@ def _DefaultKeyGenerator(func, args, kwargs):
"""Generates a key from the function and arguments passed to it.
Args:
- func (function): An arbitrary function.
+ func (function): An abitrary function.
wrengr 2016/10/11 22:57:43 was correct before: "arbitrary"
Sharu Jiang 2016/10/12 01:18:20 Done.
lijeffrey 2016/10/20 15:52:14 nit: the previous spelling was correct
args (list): Positional arguments passed to ``func``.
kwargs (dict): Keyword arguments passed to ``func``.
« no previous file with comments | « no previous file | appengine/findit/crash/findit_for_chromecrash.py » ('j') | appengine/findit/crash/findit_for_chromecrash.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698