Kaydet (Commit) 5a7a52fb authored tarafından Brian Curtin's avatar Brian Curtin

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

üst 5577892c
...@@ -988,8 +988,8 @@ and then convert decimal strings to numeric values using :func:`int` or ...@@ -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 :func:`float`. ``split()`` supports an optional "sep" parameter which is useful
if the line uses something other than whitespace as a separator. if the line uses something other than whitespace as a separator.
For more complicated input parsing, regular expressions more powerful than C's For more complicated input parsing, regular expressions are more powerful
:cfunc:`sscanf` and better suited for the task. than C's :cfunc:`sscanf` and better suited for the task.
What does 'UnicodeDecodeError' or 'UnicodeEncodeError' error mean? What does 'UnicodeDecodeError' or 'UnicodeEncodeError' error mean?
......
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