diff options
Diffstat (limited to 'tests/run/class_attribute_init_values_T18.pyx')
-rw-r--r-- | tests/run/class_attribute_init_values_T18.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/class_attribute_init_values_T18.pyx b/tests/run/class_attribute_init_values_T18.pyx index 5e12f665f..7887853df 100644 --- a/tests/run/class_attribute_init_values_T18.pyx +++ b/tests/run/class_attribute_init_values_T18.pyx @@ -1,4 +1,4 @@ -# ticket: 18 +# ticket: t18 __doc__ = u""" >>> f = PyFoo() |