diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-04-09 14:48:35 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-04-09 14:48:35 -0400 |
commit | 0d4be64b6ec76fcf5f87933293dbc7c134a32cf0 (patch) | |
tree | ae13cc47f554bc93f8734190ac7256151cda428b /docs | |
parent | 3865eb36b11ac246ff2b4c66f230996ccff72349 (diff) | |
download | cmd2-git-0d4be64b6ec76fcf5f87933293dbc7c134a32cf0.tar.gz |
Fix documentation typo found in PR #915
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features/argument_processing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/argument_processing.rst b/docs/features/argument_processing.rst index 18c5b7ca..f98a686a 100644 --- a/docs/features/argument_processing.rst +++ b/docs/features/argument_processing.rst @@ -367,7 +367,7 @@ an ``argparse`` error, then that decorator needs to go **after** the """foo docs""" pass -However, if you do NOT want the customer decorator runtime behavior to occur +However, if you do NOT want the custom decorator runtime behavior to occur even in the case of an `argparse` error, then that decorator needs to go **before** the ``arpgarse`` one, e.g.:: |