Kaydet (Commit) bfbd1a2f authored tarafından Ezio Melotti's avatar Ezio Melotti

#12092: backport rephrasing of a paragraph in the tutorial.

üst b429c574
...@@ -455,10 +455,9 @@ and of course it would print:: ...@@ -455,10 +455,9 @@ and of course it would print::
shopkeeper : Michael Palin shopkeeper : Michael Palin
sketch : Cheese Shop Sketch sketch : Cheese Shop Sketch
Note that the :meth:`sort` method of the list of keyword argument names is Note that the list of keyword argument names is created by sorting the result
called before printing the contents of the ``keywords`` dictionary; if this is of the keywords dictionary's ``keys()`` method before printing its contents;
not done, the order in which the arguments are printed is undefined. if this is not done, the order in which the arguments are printed is undefined.
.. _tut-arbitraryargs: .. _tut-arbitraryargs:
......
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