From 44e60515b3bbc740a1b03c4c1f386335792bdb23 Mon Sep 17 00:00:00 2001 From: geisserml Date: Thu, 7 Dec 2023 23:35:14 +0100 Subject: [PATCH] docs correction --- docs/source/python_api.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/python_api.rst b/docs/source/python_api.rst index d47ef933a..d28d1dbc4 100644 --- a/docs/source/python_api.rst +++ b/docs/source/python_api.rst @@ -71,12 +71,11 @@ Due to limitations in :mod:`weakref`, finalizers can only be attached to wrapper Version ******* .. note:: - Version info can be fooled by a malicious (or very careless) end user or other entity with write permission. - In general, prefer to see it as orientation rather than inherently reliable data. + Version info can be fooled. Prefer to see it as orientation rather than inherently reliable data. .. automodule:: pypdfium2.version -.. deprecated:: 4.TODO +.. deprecated:: 4.22 The legacy members ``V_PYPDFIUM2, V_LIBPDFIUM, V_BUILDNAME, V_PDFIUM_IS_V8, V_LIBPDFIUM_FULL`` will be removed in version 5. Document