summaryrefslogtreecommitdiffstats
path: root/Lib/pipes.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-01 22:03:20 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-09-01 22:03:20 (GMT)
commit793c47a88a8ad3b1e113308fa9cd359fb3819879 (patch)
tree7dfa0fc9d0fa294b1399cba8c6bea56f142aeb36 /Lib/pipes.py
parentae5af15e418f49bd9ea76b781090c669981bc57d (diff)
parent024de54fc234e4ad67d6f9abaef4d70d3cce0785 (diff)
downloadcpython-793c47a88a8ad3b1e113308fa9cd359fb3819879.zip
cpython-793c47a88a8ad3b1e113308fa9cd359fb3819879.tar.gz
cpython-793c47a88a8ad3b1e113308fa9cd359fb3819879.tar.bz2
Merge doc changes from 3.2 (#10454, #12298)
Diffstat (limited to 'Lib/pipes.py')
-rw-r--r--Lib/pipes.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/pipes.py b/Lib/pipes.py
index 693309f..f1a16f6 100644
--- a/Lib/pipes.py
+++ b/Lib/pipes.py
@@ -54,8 +54,6 @@ for the built-in function open() or for os.popen().
To create a new template object initialized to a given one:
t2 = t.clone()
-
-For an example, see the function test() at the end of the file.
""" # '