We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8989f99 commit 721d39cCopy full SHA for 721d39c
1 file changed
parser.py
@@ -235,7 +235,8 @@ def accept(self, text):
235
return False
236
237
def acceptRun(self, text):
238
- """Advances the cursor forward while the next character is in the string.
+ """Advances the cursor forward while the next character is within the
239
+ string.
240
241
Args:
242
text: A string of expected characters to see next.
0 commit comments