Skip to content

Commit 3e02455

Browse files
author
Sebastian Ramacher
committed
Fix cosmetic issues (Closes: bpython#206, bpython#208)
1 parent 8ce719c commit 3e02455

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

bpython/keys.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
#
31
# The MIT License
42
#
53
# Copyright (c) 2008 Simon de Vlieger

bpython/urwid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ def cw(self):
562562
# Stolen from cli. TODO: clean up and split out.
563563
if (not text or
564564
(not text[-1].isalnum() and text[-1] not in ('.', '_'))):
565-
return
565+
return
566566

567567
# Seek backwards in text for the first non-identifier char:
568568
for i, c in enumerate(reversed(text)):

0 commit comments

Comments
 (0)