summaryrefslogtreecommitdiffstats
path: root/Lib/pipes.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-01 20:06:23 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-09-01 20:06:23 (GMT)
commit8dad18764d59aa1cef1ff98d291eef6a568841d3 (patch)
treeaae64b80a8be1bcabccc554527725bc4fbbb14c5 /Lib/pipes.py
parent3b371cfeb81acf571f8af9ff508acfd420b3ea8b (diff)
downloadcpython-8dad18764d59aa1cef1ff98d291eef6a568841d3.zip
cpython-8dad18764d59aa1cef1ff98d291eef6a568841d3.tar.gz
cpython-8dad18764d59aa1cef1ff98d291eef6a568841d3.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 51666a8..4297053 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.
""" # '