Use Python 3 instead of 3.0.
diff --git a/Doc/library/robotparser.rst b/Doc/library/robotparser.rst
index ba7e557..6f0bf53 100644
--- a/Doc/library/robotparser.rst
+++ b/Doc/library/robotparser.rst
@@ -16,9 +16,9 @@
.. note::
The :mod:`robotparser` module has been renamed :mod:`urllib.robotparser` in
- Python 3.0.
+ Python 3.
The :term:`2to3` tool will automatically adapt imports when converting
- your sources to 3.0.
+ your sources to Python 3.
This module provides a single class, :class:`RobotFileParser`, which answers
questions about whether or not a particular user agent can fetch a URL on the