summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorda-woods <dw-git@d-woods.co.uk>2022-07-17 10:28:32 +0100
committerda-woods <dw-git@d-woods.co.uk>2022-07-17 11:00:24 +0100
commitb1ffd71c4af5888173fda64b2bca43f709b6893a (patch)
tree21fb5d9bcd28b13a20e7ef75cc69df71aa1acee0
parent5e8e5a490a0721fbb86f422e366c725051ffc74f (diff)
downloadcython-b1ffd71c4af5888173fda64b2bca43f709b6893a.tar.gz
Tiny comment fixes
-rw-r--r--tests/run/test_patma.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/test_patma.py b/tests/run/test_patma.py
index c1b483d54..690cb9086 100644
--- a/tests/run/test_patma.py
+++ b/tests/run/test_patma.py
@@ -63,7 +63,7 @@ else:
# TestCompiler removed - it's very CPython-specific
# TestTracing also removed - doesn't seem like a core test
-# FIXME - return all the "return"s added to cause code to be dropped
+# FIXME - remove all the "return"s added to cause code to be dropped
############## ORIGINAL PART FROM CPYTHON