Skip to content

Commit 910e310

Browse files
committed
added a space
1 parent f800969 commit 910e310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ def lsize():
731731
del v_items[-(cols * (height_offset)):]
732732

733733
if self.docstring is None:
734-
self.list_win.resize(rows +2, w)
734+
self.list_win.resize(rows + 2, w)
735735
else:
736736
docstring = self.format_docstring(self.docstring, max_w - 2)
737737
docstring_string = ''.join(docstring)

0 commit comments

Comments
 (0)