summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-05-16 17:44:37 +0200
committerStefan Behnel <stefan_ml@behnel.de>2022-05-17 16:29:44 +0200
commit8ab1166c7bce3fe994f5f4c36fd8b70a3bab3aa8 (patch)
tree4f638c346f395d83d375e267a6d2dd67eaeb510e
parent84bf400d038a9bf6e2a7098278c9fa42bd908816 (diff)
downloadcython-8ab1166c7bce3fe994f5f4c36fd8b70a3bab3aa8.tar.gz
typo
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e00490670..a2c9c6db0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -34,7 +34,7 @@ Bugs fixed
Patch by David Woods. (Github issue #4779)
* Calling unbound ``.__contains__()`` super class methods on some builtin base
- types could trigger an infinite recusion.
+ types could trigger an infinite recursion.
Patch by David Woods. (Github issue #4785)
* The C union type in pure Python mode mishandled some field names.