Kaydet (Commit) dee01d8a authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix spelling

üst 74a1deaa
......@@ -445,8 +445,8 @@ called with an arbitrary number of arguments. These arguments will be wrapped
up in a tuple. Before the variable number of arguments, zero or more normal
arguments may occur. ::
def write_multiple_items(file, seperator, *args):
file.write(seperator.join(args))
def write_multiple_items(file, separator, *args):
file.write(separator.join(args))
.. _tut-unpacking-arguments:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment