We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f54090 commit 140faf1Copy full SHA for 140faf1
Lib/_pyrepl/reader.py
@@ -423,7 +423,8 @@ def bow_ws(self, p: int | None = None) -> int:
423
424
p defaults to self.pos; only whitespace is considered a word
425
boundary, matching the behavior of unix-word-rubout in bash/readline.
426
- See https://github.com/python/cpython/issues/146044"""
+ See https://github.com/python/cpython/issues/146044
427
+ """
428
if p is None:
429
p = self.pos
430
b = self.buffer
0 commit comments