We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e8e35 commit ca74c46Copy full SHA for ca74c46
bpython/repl.py
@@ -589,7 +589,7 @@ def get_args(self):
589
590
def get_source_of_current_name(self):
591
"""Return the source code of the object which is bound to the
592
- current name in the current input line. Return `None` if the
+ current name in the current input line. Throw exception if the
593
source cannot be found."""
594
obj = self.current_func
595
if obj is None:
0 commit comments