summaryrefslogtreecommitdiffstats
path: root/Doc/library/csv.rst
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2014-03-19 20:23:01 (GMT)
committerAndrew Kuchling <amk@amk.ca>2014-03-19 20:23:01 (GMT)
commit2e3743cd30090090073600cb05050a0e85327254 (patch)
treec7aa1d6beafacfdef35818bc69b55a7f841ebcd0 /Doc/library/csv.rst
parent26e417b1821c2f5d27a81d9733273522b5d21c31 (diff)
downloadcpython-2e3743cd30090090073600cb05050a0e85327254.zip
cpython-2e3743cd30090090073600cb05050a0e85327254.tar.gz
cpython-2e3743cd30090090073600cb05050a0e85327254.tar.bz2
#13437: link to the source code for a few more modules
Diffstat (limited to 'Doc/library/csv.rst')
-rw-r--r--Doc/library/csv.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst
index ccc9dc6..616df55 100644
--- a/Doc/library/csv.rst
+++ b/Doc/library/csv.rst
@@ -5,6 +5,7 @@
:synopsis: Write and read tabular data to and from delimited files.
.. sectionauthor:: Skip Montanaro <skip@pobox.com>
+**Source code:** :source:`Lib/csv.py`
.. index::
single: csv