Author: Antonio Cuni <[email protected]>
Branch: 
Changeset: r272:ee97ef7ab45d
Date: 2019-04-30 19:12 +0200
http://bitbucket.org/pypy/pyrepl/changeset/ee97ef7ab45d/

Log:    remove trailing whitespace

diff --git a/pyrepl/readline.py b/pyrepl/readline.py
--- a/pyrepl/readline.py
+++ b/pyrepl/readline.py
@@ -217,7 +217,7 @@
         if self.stderr and hasattr(self.stderr, 'flush'):
             self.stderr.flush()
 
-        reader.ps1 = prompt            
+        reader.ps1 = prompt
         return reader.readline(startup_hook=self.startup_hook)
 
     def multiline_input(self, more_lines, ps1, ps2, returns_unicode=False):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to