Use Python 3 instead of 3.0.
diff --git a/Doc/library/htmllib.rst b/Doc/library/htmllib.rst
index f253d12..9e68f45 100644
--- a/Doc/library/htmllib.rst
+++ b/Doc/library/htmllib.rst
@@ -6,7 +6,7 @@
:deprecated:
.. deprecated:: 2.6
- The :mod:`htmllib` module has been removed in Python 3.0.
+ The :mod:`htmllib` module has been removed in Python 3.
.. index::
@@ -162,8 +162,8 @@
.. note::
The :mod:`htmlentitydefs` module has been renamed to :mod:`html.entities` 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.
**Source code:** :source:`Lib/htmlentitydefs.py`