mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
#9582 - add a missing "are" and reflow the line.
This commit is contained in:
parent
5577892ca9
commit
5a7a52fbb0
1 changed files with 2 additions and 2 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue