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

This commit is contained in:
Ezio Melotti 2011-05-17 05:39:22 +03:00
parent b429c57481
commit bfbd1a2fd4
1 changed files with 3 additions and 4 deletions

View File

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