summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorda-woods <dw-git@d-woods.co.uk>2022-07-17 10:49:58 +0100
committerGitHub <noreply@github.com>2022-07-17 10:49:58 +0100
commit5e8e5a490a0721fbb86f422e366c725051ffc74f (patch)
treeac3adb9fbab6c87b57631acf9fdc35a922ae7699
parentda2732fccdfe38598f45c2a70fbeb6f1faa2df7e (diff)
downloadcython-5e8e5a490a0721fbb86f422e366c725051ffc74f.tar.gz
Apply one more suggestion
Co-authored-by: scoder <stefan_ml@behnel.de>
-rw-r--r--Cython/Compiler/Nodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Compiler/Nodes.py b/Cython/Compiler/Nodes.py
index 6fd87673f..27d8ce323 100644
--- a/Cython/Compiler/Nodes.py
+++ b/Cython/Compiler/Nodes.py
@@ -10120,7 +10120,7 @@ class CnameDecoratorNode(StatNode):
class ErrorNode(Node):
"""
- Node type for things that we want to get throught the parser
+ Node type for things that we want to get through the parser
(especially for things that are being scanned in "tentative_scan"
blocks), but should immediately raise and error afterwards.