From 5ce2015e4f174cc64e70b078b2b21baea2cdeeb3 Mon Sep 17 00:00:00 2001 From: Jeroen Demeyer Date: Tue, 24 Apr 2018 17:12:35 +0200 Subject: [PATCH] Typo --- pep-0573.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0573.rst b/pep-0573.rst index 4af053191..d15d4a318 100644 --- a/pep-0573.rst +++ b/pep-0573.rst @@ -249,7 +249,7 @@ own reload-friendly lookup caching scheme. Immutable Exception Types ------------------------- -To faciliate creating static exception classes, a new function is proposed: +To facilitate creating static exception classes, a new function is proposed: ``PyErr_PrepareImmutableException``. It will work similarly to ``PyErr_NewExceptionWithDoc`` but will take a ``PyTypeObject **`` pointer, which points to a ``PyTypeObject *`` that is either ``NULL`` or an initialized ``PyTypeObject``.