From 4f3e1ae3e4da3804aac56a1abdd3f0c8cddf2f46 Mon Sep 17 00:00:00 2001 From: zedzhen <59135268+zedzhen@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:24:49 +0300 Subject: [PATCH] update docs --- docs/usage/api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usage/api.rst b/docs/usage/api.rst index 8e8ca909..62256f1a 100644 --- a/docs/usage/api.rst +++ b/docs/usage/api.rst @@ -15,9 +15,9 @@ API overview :param flags: (optional). defaults to ``0`` :param dont_inherit: (optional). defaults to ``False`` :param policy: (optional). defaults to ``RestrictingNodeTransformer`` - :type source: str or unicode text or ``ast.AST`` - :type filename: str or unicode text - :type mode: str or unicode text + :type source: str or ``ast.Module`` + :type filename: str or bytes or os.PathLike[typing.Any] + :type mode: str :type flags: int :type dont_inherit: int :type policy: RestrictingNodeTransformer class