Skip to content

Commit 7a97af3

Browse files
committed
Break long line
1 parent 0e855ea commit 7a97af3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/howto/regex.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,8 @@ Module-Level Functions
527527

528528
You don't have to create a pattern object and call its methods; the
529529
:mod:`re` module also provides top-level functions called :func:`~re.match`,
530-
:func:`~re.search`, :func:`~re.fullmatch`, :func:`~re.findall`, :func:`~re.sub`, and so forth. These functions
530+
:func:`~re.search`, :func:`~re.fullmatch`, :func:`~re.findall`,
531+
:func:`~re.sub`, and so forth. These functions
531532
take the same arguments as the corresponding pattern method with
532533
the RE string added as the first argument, and still return either ``None`` or a
533534
:ref:`match object <match-objects>` instance. ::

0 commit comments

Comments
 (0)