Skip to content

Commit 0edea66

Browse files
Polish the comments
1 parent 0a3be91 commit 0edea66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/pdb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,8 +1094,8 @@ def set_convenience_variable(self, frame, name, value):
10941094

10951095
@property
10961096
def rlcompleter(self):
1097-
"""Return the `Completer` class from `rlcompleter`, while avoiding all
1098-
the side effects from `import rlcompleter`.
1097+
"""Return the `Completer` class from `rlcompleter`, while avoiding the
1098+
side effects of changing the completer from `import rlcompleter`.
10991099
11001100
This is a compromise between GH-138860 and GH-139289. If GH-139289 is
11011101
fixed, then we don't need this and we can just `import rlcompleter` in

0 commit comments

Comments
 (0)