From 0d4be64b6ec76fcf5f87933293dbc7c134a32cf0 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Thu, 9 Apr 2020 14:48:35 -0400 Subject: Fix documentation typo found in PR #915 --- docs/features/argument_processing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/features') 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.:: -- cgit v1.2.1