From dfd1e34d9391ae1328ec8b05296156a4a7bafaf7 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Thu, 9 Apr 2020 14:15:48 -0400 Subject: Fix extra space typo --- 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 e8e5457d..18c5b7ca 100644 --- a/docs/features/argument_processing.rst +++ b/docs/features/argument_processing.rst @@ -357,7 +357,7 @@ when it comes to runtime behavior and ``argparse`` errors. There is nothing ``cmd2``-specific here, this is just a side-effect of how decorators work in Python. To learn more about how decorators work, see decorator_primer_. -If you want your custom decorator's runtime behavior to occur in the case of +If you want your custom decorator's runtime behavior to occur in the case of an ``argparse`` error, then that decorator needs to go **after** the ``argparse`` one, e.g.:: -- cgit v1.2.1