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 7f04431 commit a6fa272Copy full SHA for a6fa272
1 file changed
Doc/tutorial/controlflow.rst
@@ -457,10 +457,9 @@ and of course it would print::
457
shopkeeper : Michael Palin
458
sketch : Cheese Shop Sketch
459
460
-Note that the :meth:`sort` method of the list of keyword argument names is
461
-called before printing the contents of the ``keywords`` dictionary; if this is
462
-not done, the order in which the arguments are printed is undefined.
463
-
+Note that the list of keyword argument names is created by sorting the result
+of the keywords dictionary's ``keys()`` method before printing its contents;
+if this is not done, the order in which the arguments are printed is undefined.
464
465
.. _tut-arbitraryargs:
466
0 commit comments