Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5577892 commit 5a7a52fCopy full SHA for 5a7a52f
1 file changed
Doc/faq/programming.rst
@@ -988,8 +988,8 @@ and then convert decimal strings to numeric values using :func:`int` or
988
:func:`float`. ``split()`` supports an optional "sep" parameter which is useful
989
if the line uses something other than whitespace as a separator.
990
991
-For more complicated input parsing, regular expressions more powerful than C's
992
-: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.
993
994
995
What does 'UnicodeDecodeError' or 'UnicodeEncodeError' error mean?
0 commit comments