summaryrefslogtreecommitdiffstats
path: root/Lib/pipes.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-01 20:06:49 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-09-01 20:06:49 (GMT)
commit1fc20760c7a9e1181011549b6ccb1d71d5ba3ef8 (patch)
tree86501ff39f5fc655de5da57d93d78f6aeb8505d0 /Lib/pipes.py
parent2532f11321808b8af8c54d6a7171373b64a67748 (diff)
downloadcpython-1fc20760c7a9e1181011549b6ccb1d71d5ba3ef8.zip
cpython-1fc20760c7a9e1181011549b6ccb1d71d5ba3ef8.tar.gz
cpython-1fc20760c7a9e1181011549b6ccb1d71d5ba3ef8.tar.bz2
Remove obsolete comment
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 02e1257..26750f6 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.
""" # '