Fix some typos and whitespace

This commit is contained in:
luz paz
2022-02-12 07:58:39 -05:00
committed by Uwe
parent 484ff4fafb
commit 6953a7cea8
8 changed files with 29 additions and 27 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().