Fix typo in doc: avoid the french "& cie" :-)

This commit is contained in:
Victor Stinner 2016-03-23 16:57:51 +01:00
parent 1c3069aed6
commit d1700a9360
2 changed files with 5 additions and 5 deletions

View file

@ -378,7 +378,7 @@ with a fixed size of 256 KB. It falls back to :c:func:`PyMem_RawMalloc` and
:c:func:`PyMem_RawRealloc` for allocations larger than 512 bytes.
*pymalloc* is the default allocator of the :c:data:`PYMEM_DOMAIN_OBJ` domain
(:c:func:`PyObject_Malloc` & cie).
(ex: :c:func:`PyObject_Malloc`).
The arena allocator uses the following functions: