From: Éric Araujo Date: Thu, 1 Sep 2011 20:06:23 +0000 (+0200) Subject: Remove obsolete comment X-Git-Tag: v3.3.0a1~1580^2^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dad18764d59aa1cef1ff98d291eef6a568841d3;p=python Remove obsolete comment --- diff --git a/Lib/pipes.py b/Lib/pipes.py index 51666a8ae7..4297053816 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. """ # '