From 1d3d4727a39a09b7024de7c969b5c20169e162f6 Mon Sep 17 00:00:00 2001 From: Adam Chhina Date: Sun, 3 Dec 2023 11:58:18 -0500 Subject: [PATCH] GH-83162: Unwrap paragraph. --- Doc/library/re.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/library/re.rst b/Doc/library/re.rst index cde08cb9bdcd3a..26498db7103165 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -1096,10 +1096,10 @@ Exceptions .. exception:: PatternError(msg, pattern=None, pos=None) Exception raised when a string passed to one of the functions here is not a - valid regular expression (for example, it might contain unmatched - parentheses) or when some other error occurs during compilation or matching. - It is never an error if a string contains no match for a pattern. The - ``PatternError`` instance has the following additional attributes: + valid regular expression (for example, it might contain unmatched parentheses) + or when some other error occurs during compilation or matching. It is never an + error if a string contains no match for a pattern. The ``PatternError`` instance has + the following additional attributes: .. attribute:: msg