Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a7a52f

Browse files
committed
#9582 - add a missing "are" and reflow the line.
1 parent 5577892 commit 5a7a52f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/faq/programming.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,8 +988,8 @@ and then convert decimal strings to numeric values using :func:`int` or
988988
:func:`float`. ``split()`` supports an optional "sep" parameter which is useful
989989
if the line uses something other than whitespace as a separator.
990990

991-
For more complicated input parsing, regular expressions more powerful than C's
992-
:cfunc:`sscanf` and better suited for the task.
991+
For more complicated input parsing, regular expressions are more powerful
992+
than C's :cfunc:`sscanf` and better suited for the task.
993993

994994

995995
What does 'UnicodeDecodeError' or 'UnicodeEncodeError' error mean?

0 commit comments

Comments
 (0)