From: Éric Araujo Date: Thu, 1 Sep 2011 20:06:23 +0000 (+0200) Subject: Remove obsolete comment X-Git-Tag: v3.2.3rc1~591^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8dad18764d59aa1cef1ff98d291eef6a568841d3;p=thirdparty%2FPython%2Fcpython.git Remove obsolete comment --- diff --git a/Lib/pipes.py b/Lib/pipes.py index 51666a8ae773..429705381683 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. """ # '