Skip to content

Commit 140faf1

Browse files
committed
Address review: close docstring on separate line
1 parent 9f54090 commit 140faf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/_pyrepl/reader.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,8 @@ def bow_ws(self, p: int | None = None) -> int:
423423
424424
p defaults to self.pos; only whitespace is considered a word
425425
boundary, matching the behavior of unix-word-rubout in bash/readline.
426-
See https://github.com/python/cpython/issues/146044"""
426+
See https://github.com/python/cpython/issues/146044
427+
"""
427428
if p is None:
428429
p = self.pos
429430
b = self.buffer

0 commit comments

Comments
 (0)