From cf4be69d7e766e3b949acd01526458474c40abfe Mon Sep 17 00:00:00 2001 From: Andriel Chaoti <3628387+AndrielChaoti@users.noreply.github.com> Date: Sun, 10 Sep 2023 01:15:43 -0600 Subject: [PATCH] [argparse] fix documentation error --- docs/dev/Lua API.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/dev/Lua API.rst b/docs/dev/Lua API.rst index a267545ca..4f182d132 100644 --- a/docs/dev/Lua API.rst +++ b/docs/dev/Lua API.rst @@ -3539,6 +3539,7 @@ parameters. messages more useful. * ``argparse.boolean(arg, arg_name)`` + Converts ``string.lower(arg)`` from "yes/no/on/off/true/false/etc..." to a lua boolean. Throws if the value can't be converted, otherwise returns ``true``/``false``. If ``arg_name`` is specified, it is used to make error