Kaydet (Commit) 5eb520cf authored tarafından Guido van Rossum's avatar Guido van Rossum

Fix sinple typo.

üst 4207f787
...@@ -241,7 +241,7 @@ language and built-in functions. ...@@ -241,7 +241,7 @@ language and built-in functions.
* PEP 3104: ``nonlocal`` statement. Using ``nonlocal x`` you can now * PEP 3104: ``nonlocal`` statement. Using ``nonlocal x`` you can now
assign directly to a variable in an outer (but non-global) scope. assign directly to a variable in an outer (but non-global) scope.
* PEP 3105: ``print`` is now a function. Keyword argumemts * PEP 3105: ``print`` is now a function. Keyword arguments
``file=sys.stdout``, ``sep=" "`` and ``end="\n"`` let you customize ``file=sys.stdout``, ``sep=" "`` and ``end="\n"`` let you customize
it. it.
......
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