diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-11-02 13:39:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-02 13:39:36 -0400 |
commit | a18eef6f6aa89280b5f9b92d4e681f22a438ff8b (patch) | |
tree | 6edce82378ac1fca1568c19ae4c723bb3ad4dbd4 /docs/api/utility_functions.rst | |
parent | 245dc33730d2a27bc9744be7cf36f176f5a0c10a (diff) | |
parent | 4ea04bc6e7d64d2e1f84ed2a512917576c715bcd (diff) | |
download | cmd2-git-a18eef6f6aa89280b5f9b92d4e681f22a438ff8b.tar.gz |
Merge pull request #798 from python-cmd2/refactoring
Refactoring
Diffstat (limited to 'docs/api/utility_functions.rst')
-rw-r--r-- | docs/api/utility_functions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/utility_functions.rst b/docs/api/utility_functions.rst index 57a720bf..86fb656c 100644 --- a/docs/api/utility_functions.rst +++ b/docs/api/utility_functions.rst @@ -7,7 +7,7 @@ Utility Functions .. autofunction:: cmd2.utils.strip_quotes -.. autofunction:: cmd2.cmd2.categorize +.. autofunction:: cmd2.decorators.categorize .. autofunction:: cmd2.utils.center_text |