diff options
author | kotfu <kotfu@kotfu.net> | 2022-11-07 15:05:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 15:05:51 -0700 |
commit | 23a7d22cb3d2261e77bed3480f33f45cafd21cc2 (patch) | |
tree | 78b135bfd3b6c1f5c60e12c2cc2d81e5bbab724f /docs/api | |
parent | e95af81acb9c6829c969f76e40658356a4808edb (diff) | |
parent | 860403e4c46e3f8b64efcac2bb08ef2754ebf698 (diff) | |
download | cmd2-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')
-rw-r--r-- | docs/api/utils.rst | 2 |
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 |