FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix function signature · bpython/bpython@c0a7837 · GitHub

Commit c0a7837

Browse files
committed
Fix function signature
1 parent da150e4 commit c0a7837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎bpython/curtsiesfrontend/manual_readline.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def __init__(
156156
def add_config_attr(self, config_attr, func):
157157
raise NotImplementedError("Config already set on this mapping")
158158

159-
def add(self, key, func):
159+
def add(self, key, func, overwrite=False):
160160
raise NotImplementedError("Config already set on this mapping")
161161

162162

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL