Use Python 3 instead of 3.0.
diff --git a/Doc/library/gl.rst b/Doc/library/gl.rst
index 0d189dc..7ea9cf3 100644
--- a/Doc/library/gl.rst
+++ b/Doc/library/gl.rst
@@ -8,7 +8,7 @@
.. deprecated:: 2.6
- The :mod:`gl` module has been deprecated for removal in Python 3.0.
+ The :mod:`gl` module has been removed in Python 3.
This module provides access to the Silicon Graphics *Graphics Library*. It is
@@ -168,7 +168,7 @@
.. deprecated:: 2.6
- The :mod:`DEVICE` module has been deprecated for removal in Python 3.0.
+ The :mod:`DEVICE` module has been removed in Python 3.
This modules defines the constants used by the Silicon Graphics *Graphics
@@ -186,7 +186,7 @@
.. deprecated:: 2.6
- The :mod:`GL` module has been deprecated for removal in Python 3.0.
+ The :mod:`GL` module has been removed in Python 3.
This module contains constants used by the Silicon Graphics *Graphics Library*
from the C header file ``<gl/gl.h>``. Read the module source file for details.