summaryrefslogtreecommitdiff
path: root/docs/features
diff options
context:
space:
mode:
Diffstat (limited to 'docs/features')
-rw-r--r--docs/features/argument_processing.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/features/argument_processing.rst b/docs/features/argument_processing.rst
index 6ece2a81..67b94878 100644
--- a/docs/features/argument_processing.rst
+++ b/docs/features/argument_processing.rst
@@ -82,9 +82,6 @@ Here's what it looks like::
to bugs in CPython prior to Python 3.7 which make it impossible to make a
deep copy of an instance of a ``argparse.ArgumentParser``.
- See the table_display_ example for a work-around that demonstrates how to
- create a function which returns a unique instance of the parser you want.
-
.. note::
@@ -92,8 +89,6 @@ Here's what it looks like::
parser based on the name of the method it is decorating. This will override
anything you specify in ``prog`` variable when creating the argument parser.
-.. _table_display: https://github.com/python-cmd2/cmd2/blob/master/examples/table_display.py
-
Help Messages
-------------