summaryrefslogtreecommitdiff
path: root/Doc/library/binhex.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/binhex.rst')
-rw-r--r--Doc/library/binhex.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/binhex.rst b/Doc/library/binhex.rst
index 43c78237d2..359ab23b2f 100644
--- a/Doc/library/binhex.rst
+++ b/Doc/library/binhex.rst
@@ -4,6 +4,9 @@
.. module:: binhex
:synopsis: Encode and decode files in binhex4 format.
+**Source code:** :source:`Lib/binhex.py`
+
+--------------
This module encodes and decodes files in binhex4 format, a format allowing
representation of Macintosh files in ASCII. Only the data fork is handled.