small typo

This commit is contained in:
Barry Warsaw 2000-07-27 19:17:15 +00:00
parent 15c9185e18
commit db155e70e5
1 changed files with 2 additions and 2 deletions

View File

@ -140,8 +140,8 @@ Examples
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: