Skip to content

Commit fc19eae

Browse files
committed
remove reference to deprecated optparse and docopt
1 parent 0cce2b2 commit fc19eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intro/language/reusing_code.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ directory as the test.py file, we can execute this in a console:
8686

8787
.. warning::
8888

89-
Don't implement option parsing yourself. Use modules such as
90-
:mod:`optparse`, :mod:`argparse` or :mod`docopt`.
89+
Don't implement option parsing yourself. Use a dedicated module such as
90+
:mod:`argparse`.
9191

9292

9393
Importing objects from modules

0 commit comments

Comments
 (0)