[Python-checkins] r84971 - python/branches/py3k/Doc/faq/programming.rst

brian.curtin python-checkins at python.org
Thu Sep 23 15:45:21 CEST 2010


Author: brian.curtin
Date: Thu Sep 23 15:45:21 2010
New Revision: 84971

Log:
#9582 - add a missing "are" and reflow the line.


Modified:
   python/branches/py3k/Doc/faq/programming.rst

Modified: python/branches/py3k/Doc/faq/programming.rst
==============================================================================
--- python/branches/py3k/Doc/faq/programming.rst	(original)
+++ python/branches/py3k/Doc/faq/programming.rst	Thu Sep 23 15:45:21 2010
@@ -988,8 +988,8 @@
 :func:`float`.  ``split()`` supports an optional "sep" parameter which is useful
 if the line uses something other than whitespace as a separator.
 
-For more complicated input parsing, regular expressions more powerful than C's
-:cfunc:`sscanf` and better suited for the task.
+For more complicated input parsing, regular expressions are more powerful
+than C's :cfunc:`sscanf` and better suited for the task.
 
 
 What does 'UnicodeDecodeError' or 'UnicodeEncodeError' error  mean?


More information about the Python-checkins mailing list