diff options
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) |
commit | 8dad18764d59aa1cef1ff98d291eef6a568841d3 (patch) | |
tree | aae64b80a8be1bcabccc554527725bc4fbbb14c5 /Lib/pipes.py | |
parent | 3b371cfeb81acf571f8af9ff508acfd420b3ea8b (diff) | |
download | cpython-8dad18764d59aa1cef1ff98d291eef6a568841d3.zip cpython-8dad18764d59aa1cef1ff98d291eef6a568841d3.tar.gz cpython-8dad18764d59aa1cef1ff98d291eef6a568841d3.tar.bz2 |
Remove obsolete comment
Diffstat (limited to 'Lib/pipes.py')
-rw-r--r-- | Lib/pipes.py | 2 |
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. """ # ' |