mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Remove usage of backticks.
This commit is contained in:
parent
db60d6e2aa
commit
0b70cca9f8
13 changed files with 14 additions and 16 deletions
|
@ -209,7 +209,7 @@ class Machiavelli:
|
|||
# Tim sez: "luck of the draw; crashes with or without for me."
|
||||
print >> f
|
||||
|
||||
return `"machiavelli"`
|
||||
return repr("machiavelli")
|
||||
|
||||
def __hash__(self):
|
||||
return 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue