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

This commit is contained in:
Brian Curtin 2010-09-23 13:45:21 +00:00
parent 5577892ca9
commit 5a7a52fbb0

View file

@ -988,8 +988,8 @@ and then convert decimal strings to numeric values using :func:`int` or
: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?