summaryrefslogtreecommitdiff
path: root/tests/run/special_methods_T561_py2.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/special_methods_T561_py2.pyx')
-rw-r--r--tests/run/special_methods_T561_py2.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/special_methods_T561_py2.pyx b/tests/run/special_methods_T561_py2.pyx
index 285f820f6..9781376b3 100644
--- a/tests/run/special_methods_T561_py2.pyx
+++ b/tests/run/special_methods_T561_py2.pyx
@@ -1,4 +1,4 @@
-# ticket: 561
+# ticket: t561
# tag: py2
# This file tests the behavior of special methods under Python 2
# after #561. (Only methods whose behavior differs between Python 2 and 3