summaryrefslogtreecommitdiff
path: root/django/utils/jslex.py
diff options
context:
space:
mode:
authorAnton Samarchyan <anton.samarchyan@savoirfairelinux.com>2017-01-24 15:32:33 -0500
committerTim Graham <timograham@gmail.com>2017-02-11 16:11:08 -0500
commit9718fa2e8abe430c3526a9278dd976443d4ae3c6 (patch)
treecc9e2c659759bbfdb4c7785c59a909cb2655af0d /django/utils/jslex.py
parent98bcc5d81bca578f3a5b4d47907ba4ac40446887 (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.py2
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