Skip to content

Commit 1737679

Browse files
build: merge string literals
1 parent 6348dce commit 1737679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/bin/repl_stub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def complete(self, text, state):
6363
readline.parse_and_bind("tab: complete")
6464
else:
6565
print(
66-
"Could not enable tab completion: " "unable to determine readline backend"
66+
"Could not enable tab completion: unable to determine readline backend"
6767
)
6868
except ImportError:
6969
print(

0 commit comments

Comments
 (0)