8000 Fix incorrect use of the term role. · python/cpython@599109c · GitHub
[go: up one dir, main page]

Skip to content

Commit 599109c

Browse files
Fix incorrect use of the term role.
1 parent 8015968 commit 599109c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,8 @@ os
298298
re
299299
--
300300

301-
* :term:`Atomic grouping <atomic group>` (``(?>...)``) and :term:`possessive`
302-
qualifiers (``*+``, ``++``, ``?+``, ``{m,n}+``) are now supported in regular
303-
expressions.
301+
* Atomic grouping (``(?>...)``) and possessive qualifiers (``*+``, ``++``,
302+
``?+``, ``{m,n}+``) are now supported in regular expressions.
304303
(Contributed by Jeffrey C. Jacobs and Serhiy Storchaka in :issue:`433030`.)
305304

306305
shutil
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
Add support of :term:`atomic grouping <atomic group>` (``(?>...)``) and
2-
:term:`possessive` qualifiers (``*+``, ``++``, ``?+``, ``{m,n}+``) in
3-
:mod:`regular expressions <re>`.
1+
Add support of atomic grouping (``(?>...)``) and possessive qualifiers
2+
(``*+``, ``++``, ``?+``, ``{m,n}+``) in :mod:`regular expressions <re>`.

0 commit comments

Comments
 (0)
0