#7404: remove reference to non-existing example files.
This commit is contained in:
parent
740cdc3a9f
commit
66d8d69cd8
|
@ -157,9 +157,7 @@ required option
|
||||||
an option that must be supplied on the command-line; note that the phrase
|
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
|
"required option" is self-contradictory in English. :mod:`optparse` doesn't
|
||||||
prevent you from implementing required options, but doesn't give you much
|
prevent you from implementing required options, but doesn't give you much
|
||||||
help at it either. See ``examples/required_1.py`` and
|
help at it either.
|
||||||
``examples/required_2.py`` in the :mod:`optparse` source distribution for two
|
|
||||||
ways to implement required options with :mod:`optparse`.
|
|
||||||
|
|
||||||
For example, consider this hypothetical command-line::
|
For example, consider this hypothetical command-line::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue