Kaydet (Commit) 55427274 authored tarafından Georg Brandl's avatar Georg Brandl

Get rid of backticks.

üst ecfa08fd
...@@ -205,7 +205,7 @@ without curses:: ...@@ -205,7 +205,7 @@ without curses::
while 1: while 1:
try: try:
c = sys.stdin.read(1) c = sys.stdin.read(1)
print "Got character", `c` print "Got character", repr(c)
except IOError: pass except IOError: pass
finally: finally:
termios.tcsetattr(fd, termios.TCSAFLUSH, oldterm) termios.tcsetattr(fd, termios.TCSAFLUSH, oldterm)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment