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 d14207d commit 100735dCopy full SHA for 100735d
bpython/curtsiesfrontend/repl.py
@@ -817,8 +817,8 @@ def is_closing_quote(self, e):
817
def insert_char_pair_start(self, e):
818
"""Accepts character which is a part of CHARACTER_PAIR_MAP
819
like brackets and quotes, and appends it to the line with
820
- an appropriate pair end. Closing param can only be inserted
821
- when the next character is either a closing bracket or a space
+ an appropriate character pair ending. Closing character can only be inserted
+ when the next character is either a closing character or a space
822
823
e.x. if you type "(" (lparen) , this will insert "()"
824
into the line
0 commit comments