summaryrefslogtreecommitdiffstats
path: root/Lib/test/tokenize_tests.txt
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2006-08-25 02:59:59 (GMT)
committerBrett Cannon <bcannon@gmail.com>2006-08-25 02:59:59 (GMT)
commit0b70cca9f8132b6fe03803abe9e89bd3a00a80ee (patch)
tree032e42eac6b0cf9538d10f468f820381806d1964 /Lib/test/tokenize_tests.txt
parentdb60d6e2aa45fdc9f5f560847238a120e8a34f04 (diff)
downloadcpython-0b70cca9f8132b6fe03803abe9e89bd3a00a80ee.zip
cpython-0b70cca9f8132b6fe03803abe9e89bd3a00a80ee.tar.gz
cpython-0b70cca9f8132b6fe03803abe9e89bd3a00a80ee.tar.bz2
Remove usage of backticks.
Diffstat (limited to 'Lib/test/tokenize_tests.txt')
-rw-r--r--Lib/test/tokenize_tests.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/tokenize_tests.txt b/Lib/test/tokenize_tests.txt
index 59e51d7..1facfc1 100644
--- a/Lib/test/tokenize_tests.txt
+++ b/Lib/test/tokenize_tests.txt
@@ -21,7 +21,7 @@ y = [3, 4,
5]
z = {'a':5,
'b':6}
-x = (len(`y`) + 5*x - a[
+x = (len(repr(y)) + 5*x - a[
3 ]
- x + len({
}