From 77d723d9cb891246555b5576097f63dcce0d6f55 Mon Sep 17 00:00:00 2001 From: ptmcg Date: Fri, 29 Oct 2021 00:08:20 -0500 Subject: [PATCH] Clean up markup in whats_new_in_3_0_0.rst doc --- docs/whats_new_in_3_0_0.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/whats_new_in_3_0_0.rst b/docs/whats_new_in_3_0_0.rst index 3bf408db..c54f9eae 100644 --- a/docs/whats_new_in_3_0_0.rst +++ b/docs/whats_new_in_3_0_0.rst @@ -689,8 +689,9 @@ Other discontinued features Fixed Bugs ========== -- [Reverted in 3.0.2]Fixed issue when ``LineStart``() expressions would match input text that was not +- [Reverted in 3.0.2]Fixed issue when ``LineStart()`` expressions would match input text that was not necessarily at the beginning of a line. + [The previous behavior was the correct behavior, since it represents the ``LineStart`` as its own matching expression. ``ParserElements`` that must start in column 1 can be wrapped in the new ``AtLineStart`` class.] @@ -715,8 +716,7 @@ Fixed Bugs - Fixed bugs in ``Each`` when passed ``OneOrMore`` or ``ZeroOrMore`` expressions: . first expression match could be enclosed in an extra nesting level - . out-of-order expressions now handled correctly if mixed with required - expressions + . out-of-order expressions now handled correctly if mixed with required expressions . results names are maintained correctly for these expression - Fixed ``FutureWarning`` that sometimes is raised when ``'['`` passed as a