diff options
| author | Anton Samarchyan <anton.samarchyan@savoirfairelinux.com> | 2017-01-24 15:32:33 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-02-11 16:11:08 -0500 |
| commit | 9718fa2e8abe430c3526a9278dd976443d4ae3c6 (patch) | |
| tree | cc9e2c659759bbfdb4c7785c59a909cb2655af0d /django/utils/jslex.py | |
| parent | 98bcc5d81bca578f3a5b4d47907ba4ac40446887 (diff) | |
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Diffstat (limited to 'django/utils/jslex.py')
| -rw-r--r-- | django/utils/jslex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/jslex.py b/django/utils/jslex.py index 7738ce468a..b2ff689f33 100644 --- a/django/utils/jslex.py +++ b/django/utils/jslex.py @@ -50,7 +50,7 @@ class Lexer: """ Lexically analyze `text`. - Yields pairs (`name`, `tokentext`). + Yield pairs (`name`, `tokentext`). """ end = len(text) state = self.state |
