[Python-checkins] peps: small typo (original) (raw)
georg.brandl python-checkins at python.org
Wed Mar 23 21:23:38 CET 2011
- Previous message: [Python-checkins] peps: Updated based on Guido's recent pronouncements on the Open Issues.
- Next message: [Python-checkins] peps: added Post-History entry
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/peps/rev/0833b1757fdf changeset: 56:0833b1757fdf user: Barry Warsaw <barry at python.org> date: Thu Jul 27 19:17:15 2000 +0000 summary: small typo
files: pep-0201.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pep-0201.txt b/pep-0201.txt --- a/pep-0201.txt +++ b/pep-0201.txt @@ -140,8 +140,8 @@ Reference Implementation
Here is a reference implementation, in Python of the zip()
- built-in function and helper class. These would ultimately be
- replaced by equivalent C code.
built-in function. These would ultimately be replaced by
equivalent C code.
def zip(*args): if not args:
-- Repository URL: http://hg.python.org/peps
- Previous message: [Python-checkins] peps: Updated based on Guido's recent pronouncements on the Open Issues.
- Next message: [Python-checkins] peps: added Post-History entry
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]