summaryrefslogtreecommitdiffstats
path: root/Doc/library/pipes.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-27 20:38:46 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-27 20:38:46 (GMT)
commit469271d4ea02322f526414c0ed51556410b0d3e6 (patch)
tree26b8af47b4427cc9f042947aaa241ce69a998545 /Doc/library/pipes.rst
parent1a90f9c52fbf3ec0318c4c9defafe8403f6146b9 (diff)
downloadcpython-469271d4ea02322f526414c0ed51556410b0d3e6.zip
cpython-469271d4ea02322f526414c0ed51556410b0d3e6.tar.gz
cpython-469271d4ea02322f526414c0ed51556410b0d3e6.tar.bz2
More source links
Diffstat (limited to 'Doc/library/pipes.rst')
-rw-r--r--Doc/library/pipes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/pipes.rst b/Doc/library/pipes.rst
index 7e1ff9e..016a720 100644
--- a/Doc/library/pipes.rst
+++ b/Doc/library/pipes.rst
@@ -6,6 +6,9 @@
:synopsis: A Python interface to Unix shell pipelines.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
+**Source code:** :source:`Lib/pipes.py`
+
+--------------
The :mod:`pipes` module defines a class to abstract the concept of a *pipeline*
--- a sequence of converters from one file to another.