diff options
Diffstat (limited to 'tests/run/special_methods_T561_py3.pyx')
-rw-r--r-- | tests/run/special_methods_T561_py3.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/special_methods_T561_py3.pyx b/tests/run/special_methods_T561_py3.pyx index b766591d8..56ea83cec 100644 --- a/tests/run/special_methods_T561_py3.pyx +++ b/tests/run/special_methods_T561_py3.pyx @@ -1,4 +1,4 @@ -# ticket: 561 +# ticket: t561 # tag: py3 # This file tests the behavior of special methods under Python 3 # after #561. (Only methods whose behavior differs between Python 2 and 3 |