summaryrefslogtreecommitdiffstats
path: root/Doc/library/uu.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/uu.rst')
-rw-r--r--Doc/library/uu.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/Doc/library/uu.rst b/Doc/library/uu.rst
index 53d269b..ac5bca4 100644
--- a/Doc/library/uu.rst
+++ b/Doc/library/uu.rst
@@ -21,10 +21,6 @@ that, when required, the mode is ``'rb'`` or ``'wb'`` on Windows.
This code was contributed by Lance Ellinghouse, and modified by Jack Jansen.
-.. seealso::
-
- Latest version of the :source:`uu module Python source code <Lib/uu.py>`
-
The :mod:`uu` module defines the following functions:
@@ -61,3 +57,4 @@ The :mod:`uu` module defines the following functions:
Module :mod:`binascii`
Support module containing ASCII-to-binary and binary-to-ASCII conversions.
+ Latest version of the :source:`uu module Python source code <Lib/uu.py>`