diff options
author | Éric Araujo <merwok@netwok.org> | 2011-09-01 22:03:20 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-09-01 22:03:20 (GMT) |
commit | 793c47a88a8ad3b1e113308fa9cd359fb3819879 (patch) | |
tree | 7dfa0fc9d0fa294b1399cba8c6bea56f142aeb36 /Lib/pipes.py | |
parent | ae5af15e418f49bd9ea76b781090c669981bc57d (diff) | |
parent | 024de54fc234e4ad67d6f9abaef4d70d3cce0785 (diff) | |
download | cpython-793c47a88a8ad3b1e113308fa9cd359fb3819879.zip cpython-793c47a88a8ad3b1e113308fa9cd359fb3819879.tar.gz cpython-793c47a88a8ad3b1e113308fa9cd359fb3819879.tar.bz2 |
Merge doc changes from 3.2 (#10454, #12298)
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 693309f..f1a16f6 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. """ # ' |