summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.