summaryrefslogtreecommitdiff
path: root/docs/api/utils.rst
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2022-11-07 15:05:51 -0700
committerGitHub <noreply@github.com>2022-11-07 15:05:51 -0700
commit23a7d22cb3d2261e77bed3480f33f45cafd21cc2 (patch)
tree78b135bfd3b6c1f5c60e12c2cc2d81e5bbab724f /docs/api/utils.rst
parente95af81acb9c6829c969f76e40658356a4808edb (diff)
parent860403e4c46e3f8b64efcac2bb08ef2754ebf698 (diff)
downloadcmd2-git-23a7d22cb3d2261e77bed3480f33f45cafd21cc2.tar.gz
Merge pull request #1253 from python-cmd2/1252-str-to-bool
Enhance str_to_bool() to accept other types
Diffstat (limited to 'docs/api/utils.rst')
-rw-r--r--docs/api/utils.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/utils.rst b/docs/api/utils.rst
index f9092d8d..0fc11b50 100644
--- a/docs/api/utils.rst
+++ b/docs/api/utils.rst
@@ -88,7 +88,7 @@ Text Alignment
Miscellaneous
-------------
-.. autofunction:: cmd2.utils.str_to_bool
+.. autofunction:: cmd2.utils.to_bool
.. autofunction:: cmd2.utils.categorize