Author: georg.brandl
Date: Sun Jan  6 18:25:36 2008
New Revision: 59787

Modified:
   python/branches/py3k/Doc/tutorial/controlflow.rst
Log:
Clarify sentence in tutorial. Thanks to Marek Kubica.


Modified: python/branches/py3k/Doc/tutorial/controlflow.rst
==============================================================================
--- python/branches/py3k/Doc/tutorial/controlflow.rst   (original)
+++ python/branches/py3k/Doc/tutorial/controlflow.rst   Sun Jan  6 18:25:36 2008
@@ -457,10 +457,9 @@
    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:
 
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to