diff options
-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.:: |