From 8ab1166c7bce3fe994f5f4c36fd8b70a3bab3aa8 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Mon, 16 May 2022 17:44:37 +0200 Subject: typo --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1