bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879)

This commit is contained in:
mollison 2019-04-21 18:14:45 -04:00 committed by Berker Peksag
parent 3e986de0d6
commit 5ebfa840a1

View file

@ -908,6 +908,7 @@ form.
Unknown escapes in *repl* consisting of ``'\'`` and an ASCII letter
now are errors.
.. versionchanged:: 3.7
Empty matches for the pattern are replaced when adjacent to a previous
non-empty match.