Skip to content

Commit 191e434

Browse files
committed
PEP8
1 parent b899696 commit 191e434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bpython/repl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ def get_object(self, name):
469469

470470
def get_args(self):
471471
"""Check if an unclosed parenthesis exists, then attempt to get the
472-
argspec() for it. On success, update self.funcprops,self.arg_pos and return True,
473-
otherwise set self.funcprops to None and return False"""
472+
argspec() for it. On success, update self.funcprops,self.arg_pos and
473+
return True, otherwise set self.funcprops to None and return False"""
474474

475475
self.current_func = None
476476

0 commit comments

Comments
 (0)