summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-04-16 08:35:14 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-04-16 08:35:14 +0200
commit88bf3f072ef6711737728d01a85eab7992ca8101 (patch)
tree62231cf8c6de464f7ec7a667f79a180fecbbed6e
parent0f4a15d907bb095bc93f93afe6bd30f224c98989 (diff)
downloadcython-88bf3f072ef6711737728d01a85eab7992ca8101.tar.gz
Remove duplicated ticket prefix.
-rw-r--r--tests/run/special_methods_T561.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run/special_methods_T561.pyx b/tests/run/special_methods_T561.pyx
index d585f35d0..edc9851fa 100644
--- a/tests/run/special_methods_T561.pyx
+++ b/tests/run/special_methods_T561.pyx
@@ -1,6 +1,6 @@
# mode: run
-# ticket: tt561
-# ticket: tt3
+# ticket: t561
+# ticket: t3
# The patch in #561 changes code generation for most special methods
# to remove the Cython-generated wrapper and let PyType_Ready()