Skip to content

Commit

Permalink
docs/python_api: fix missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Sep 26, 2022
1 parent 58a9d2f commit b3d6702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/python_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Python API
.. Warning::
* PDFium is not thread-safe. If you need to parallelise time-consuming PDFium tasks, use processes instead of threads.
* Not calling the ``close()`` methods as required may lead to memory leaks.
* Calling ``close()`` makes the object in question inoperable, it should not be accessed anymore.
* Calling ``close()`` makes the object in question inoperable, so it should not be accessed anymore.

Version
*******
Expand Down

0 comments on commit b3d6702

Please sign in to comment.