small typo
This commit is contained in:
parent
15c9185e18
commit
db155e70e5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue