Chromium Code Reviews| 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``. |