diff options
Diffstat (limited to 'Doc/library/development.rst')
-rw-r--r-- | Doc/library/development.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/library/development.rst b/Doc/library/development.rst index ab34e1f..9edce75 100644 --- a/Doc/library/development.rst +++ b/Doc/library/development.rst @@ -18,12 +18,10 @@ The list of modules described in this chapter is: typing.rst pydoc.rst + devmode.rst doctest.rst unittest.rst unittest.mock.rst unittest.mock-examples.rst 2to3.rst test.rst - -See also the Python development mode: the :option:`-X` ``dev`` option and -:envvar:`PYTHONDEVMODE` environment variable. |