[argparse] fix documentation error

develop
Andriel Chaoti 2023-09-10 01:15:43 -06:00
parent d118a37be6
commit cf4be69d7e
No known key found for this signature in database
GPG Key ID: CF7EA34A68224617
1 changed files with 1 additions and 0 deletions

@ -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