mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Get rid of backticks.
This commit is contained in:
parent
ecfa08fdf8
commit
554272743a
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ without curses::
|
|||
while 1:
|
||||
try:
|
||||
c = sys.stdin.read(1)
|
||||
print "Got character", `c`
|
||||
print "Got character", repr(c)
|
||||
except IOError: pass
|
||||
finally:
|
||||
termios.tcsetattr(fd, termios.TCSAFLUSH, oldterm)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue