]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove obsolete comment
authorÉric Araujo <merwok@netwok.org>
Thu, 1 Sep 2011 20:06:49 +0000 (22:06 +0200)
committerÉric Araujo <merwok@netwok.org>
Thu, 1 Sep 2011 20:06:49 +0000 (22:06 +0200)
Lib/pipes.py

index 02e125743b8dc4f8e1e4dae1392edf448922a5b9..26750f6ab88d8f43465710bee33936997bbc1553 100644 (file)
@@ -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.
 """                                     # '