From fd23dd7c973cc3f269f500549ad59ae5cc187fd0 Mon Sep 17 00:00:00 2001 From: zedzhen <59135268+zedzhen@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:02:39 +0300 Subject: [PATCH] update-docs --- docs/usage/api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/usage/api.rst b/docs/usage/api.rst index 8e8ca909..2c8d1fea 100644 --- a/docs/usage/api.rst +++ b/docs/usage/api.rst @@ -67,10 +67,10 @@ API overview :param flags: (optional). defaults to ``0`` :param dont_inherit: (optional). defaults to ``False`` :param policy: (optional). defaults to ``RestrictingNodeTransformer`` - :type p: str or unicode text - :type body: str or unicode text - :type name: str or unicode text - :type filename: str or unicode text + :type p: str + :type body: str or bytes or bytearray + :type name: str + :type filename: str or bytes or os.PathLike[typing.Any] :type globalize: None or list :type flags: int :type dont_inherit: int