PEP 445: fix typo
This commit is contained in:
parent
f22e1a0a70
commit
8ec9c98ef6
|
@ -95,7 +95,7 @@ Replace the 6 functions:
|
|||
* ``PyObject_GetAllocators()``
|
||||
* ``PyMem_SetRawAllocators(allocators)``
|
||||
* ``PyMem_SetAllocators(allocators)``
|
||||
, ``PyObject_SetAllocators(allocators)``
|
||||
* ``PyObject_SetAllocators(allocators)``
|
||||
|
||||
with 2 functions with an additional *domain* argument:
|
||||
|
||||
|
|
Loading…
Reference in New Issue