Commit a6fa2728 authored by Georg Brandl's avatar Georg Brandl

Clarify sentence in tutorial. Thanks to Marek Kubica.

parent 7f044315
......@@ -457,10 +457,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:
......
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