Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4207f78 commit 5eb520cCopy full SHA for 5eb520c
1 file changed
Doc/whatsnew/3.0.rst
@@ -241,7 +241,7 @@ language and built-in functions.
241
* PEP 3104: ``nonlocal`` statement. Using ``nonlocal x`` you can now
242
assign directly to a variable in an outer (but non-global) scope.
243
244
-* PEP 3105: ``print`` is now a function. Keyword argumemts
+* PEP 3105: ``print`` is now a function. Keyword arguments
245
``file=sys.stdout``, ``sep=" "`` and ``end="\n"`` let you customize
246
it.
247
0 commit comments