Make source code comments use gender neutral pronouns

The changes also include some grammatical fixes as well.
This commit is contained in:
luz paz
2021-12-02 16:18:04 -05:00
parent 501c3dc657
commit 0042f58e4c
59 changed files with 77 additions and 77 deletions

View File

@@ -79,7 +79,7 @@ class PyObjectBase;
* @remark One big consequence of this specification is that the programmer must know whether the Python interpreter
* gets the Python object or not. If the interpreter gets the object then it decrements the counter later on when
* the internal variable is freed. In case the interpreter doesn't get this object then the programmer must do the
* decrement on his own.
* decrement on their own.
*
* @note To not to undermine this specification the programmer must make sure to get the Python object always via
* GetPyObject().