PEP 445: fix typo

This commit is contained in:
Victor Stinner 2013-06-15 04:25:42 +02:00
parent f22e1a0a70
commit 8ec9c98ef6
1 changed files with 1 additions and 1 deletions

View File

@ -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: