Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5eb520c

Browse files
committed
Fix sinple typo.
1 parent 4207f78 commit 5eb520c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ language and built-in functions.
241241
* PEP 3104: ``nonlocal`` statement. Using ``nonlocal x`` you can now
242242
assign directly to a variable in an outer (but non-global) scope.
243243

244-
* PEP 3105: ``print`` is now a function. Keyword argumemts
244+
* PEP 3105: ``print`` is now a function. Keyword arguments
245245
``file=sys.stdout``, ``sep=" "`` and ``end="\n"`` let you customize
246246
it.
247247

0 commit comments

Comments
 (0)