Skip to content

Commit 100735d

Browse files
fixed insert_char_pair_start docstring
1 parent d14207d commit 100735d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bpython/curtsiesfrontend/repl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -817,8 +817,8 @@ def is_closing_quote(self, e):
817817
def insert_char_pair_start(self, e):
818818
"""Accepts character which is a part of CHARACTER_PAIR_MAP
819819
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
820+
an appropriate character pair ending. Closing character can only be inserted
821+
when the next character is either a closing character or a space
822822
823823
e.x. if you type "(" (lparen) , this will insert "()"
824824
into the line

0 commit comments

Comments
 (0)