Skip to content

Commit 721d39c

Browse files
committed
PEP8 compliance
1 parent 8989f99 commit 721d39c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

parser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ def accept(self, text):
235235
return False
236236

237237
def acceptRun(self, text):
238-
"""Advances the cursor forward while the next character is in the string.
238+
"""Advances the cursor forward while the next character is within the
239+
string.
239240
240241
Args:
241242
text: A string of expected characters to see next.

0 commit comments

Comments
 (0)