We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2014db commit 8f5211eCopy full SHA for 8f5211e
bpython/cli.py
@@ -1375,7 +1375,7 @@ def lsize():
1375
get_colpair(self.config, 'comment'))
1376
# XXX: After all the trouble I had with sizing the list box (I'm not very good
1377
# at that type of thing) I decided to do this bit of tidying up here just to
1378
- # make sure there's no unnececessary blank lines, it makes things look nicer.
+ # make sure there's no unnecessary blank lines, it makes things look nicer.
1379
1380
y = self.list_win.getyx()[0]
1381
self.list_win.resize(y + 2, w)
0 commit comments