We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f800969 commit 910e310Copy full SHA for 910e310
bpython/cli.py
@@ -731,7 +731,7 @@ def lsize():
731
del v_items[-(cols * (height_offset)):]
732
733
if self.docstring is None:
734
- self.list_win.resize(rows +2, w)
+ self.list_win.resize(rows + 2, w)
735
else:
736
docstring = self.format_docstring(self.docstring, max_w - 2)
737
docstring_string = ''.join(docstring)
0 commit comments