diff options
Diffstat (limited to 'Doc/library/basehttpserver.rst')
| -rw-r--r-- | Doc/library/basehttpserver.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/basehttpserver.rst b/Doc/library/basehttpserver.rst index e5a9ebb..01776af 100644 --- a/Doc/library/basehttpserver.rst +++ b/Doc/library/basehttpserver.rst @@ -6,8 +6,8 @@ .. note:: The :mod:`BaseHTTPServer` module has been merged into :mod:`http.server` in - Python 3.0. The :term:`2to3` tool will automatically adapt imports when - converting your sources to 3.0. + Python 3. The :term:`2to3` tool will automatically adapt imports when + converting your sources to Python 3. .. index:: |
