bpo-33892: Doc: Use gender neutral words (GH-7770)

This commit is contained in:
Andrés Delfino 2018-06-18 01:34:30 -03:00 committed by INADA Naoki
parent 9d49f85064
commit 5092439c2c
8 changed files with 20 additions and 20 deletions

View file

@ -35,7 +35,7 @@ operate within the bounds of the private heap.
It is important to understand that the management of the Python heap is
performed by the interpreter itself and that the user has no control over it,
even if she regularly manipulates object pointers to memory blocks inside that
even if they regularly manipulate object pointers to memory blocks inside that
heap. The allocation of heap space for Python objects and other internal
buffers is performed on demand by the Python memory manager through the Python/C
API functions listed in this document.