]> granicus.if.org Git - python/commitdiff
#7404: remove reference to non-existing example files.
authorGeorg Brandl <georg@python.org>
Mon, 28 Dec 2009 08:48:24 +0000 (08:48 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 28 Dec 2009 08:48:24 +0000 (08:48 +0000)
Doc/library/optparse.rst

index 5ac11c3c4e6b85bfd1007fc51306f73600ab14f3..9b39869669810af34d9736d24065c8873977613c 100644 (file)
@@ -157,9 +157,7 @@ required option
    an option that must be supplied on the command-line; note that the phrase
    "required option" is self-contradictory in English.  :mod:`optparse` doesn't
    prevent you from implementing required options, but doesn't give you much
-   help at it either.  See ``examples/required_1.py`` and
-   ``examples/required_2.py`` in the :mod:`optparse` source distribution for two
-   ways to implement required options with :mod:`optparse`.
+   help at it either.
 
 For example, consider this hypothetical command-line::