diff options
Diffstat (limited to 'Doc/library/quopri.rst')
| -rw-r--r-- | Doc/library/quopri.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Doc/library/quopri.rst b/Doc/library/quopri.rst index 4eded5b766..8af73a3d5f 100644 --- a/Doc/library/quopri.rst +++ b/Doc/library/quopri.rst @@ -17,11 +17,6 @@ few nonprintable characters; the base64 encoding scheme available via the :mod:`base64` module is more compact if there are many such characters, as when sending a graphics file. -.. seealso:: - - Latest version of the :source:`quopri module Python source code - <Lib/quopri.py>` - .. function:: decode(input, output, header=False) Decode the contents of the *input* file and write the resulting decoded binary @@ -63,3 +58,5 @@ sending a graphics file. Module :mod:`base64` Encode and decode MIME base64 data + Latest version of the :source:`quopri module Python source code + <Lib/quopri.py>` |
