Skip to content

Commit 8f5211e

Browse files
committed
spelling: unnecessary
1 parent f2014db commit 8f5211e

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
@@ -1375,7 +1375,7 @@ def lsize():
13751375
get_colpair(self.config, 'comment'))
13761376
# XXX: After all the trouble I had with sizing the list box (I'm not very good
13771377
# 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.
1378+
# make sure there's no unnecessary blank lines, it makes things look nicer.
13791379

13801380
y = self.list_win.getyx()[0]
13811381
self.list_win.resize(y + 2, w)

0 commit comments

Comments
 (0)