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 8ce719c commit 3e02455Copy full SHA for 3e02455
bpython/keys.py
@@ -1,5 +1,3 @@
1
-#!/usr/bin/env python
2
-#
3
# The MIT License
4
#
5
# Copyright (c) 2008 Simon de Vlieger
bpython/urwid.py
@@ -562,7 +562,7 @@ def cw(self):
562
# Stolen from cli. TODO: clean up and split out.
563
if (not text or
564
(not text[-1].isalnum() and text[-1] not in ('.', '_'))):
565
- return
+ return
566
567
# Seek backwards in text for the first non-identifier char:
568
for i, c in enumerate(reversed(text)):
0 commit comments