Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e02455

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

2 files changed

+1-3Lines changed: 1 addition & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎bpython/keys.py‎

Copy file name to clipboardExpand all lines: bpython/keys.py
-2Lines 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
Collapse file

‎bpython/urwid.py‎

Copy file name to clipboardExpand all lines: bpython/urwid.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.