Skip to content

spelling fixes #606

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Apr 7, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
spelling: unnecessary
  • Loading branch information
jsoref committed Apr 7, 2016
commit 8f5211e3f618c5883f17cd92ac32f1b329edfb1c
2 changes: 1 addition & 1 deletion bpython/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ def lsize():
get_colpair(self.config, 'comment'))
# XXX: After all the trouble I had with sizing the list box (I'm not very good
# at that type of thing) I decided to do this bit of tidying up here just to
# 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.

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