Skip to content

Commit 76d034e

Browse files
Fix grammar in whatsnew/3.15: "allows to" → "allows distinguishing"
"Allows to <verb>" is grammatically incorrect; "allow" requires either a gerund ("allows distinguishing") or an object + infinitive ("allows one to distinguish"). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f3a381e commit 76d034e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ urllib.parse
11641164
:func:`~urllib.parse.urlparse` and :func:`~urllib.parse.urldefrag` functions.
11651165
Add the *keep_empty* parameter to :func:`~urllib.parse.urlunsplit` and
11661166
:func:`~urllib.parse.urlunparse` functions.
1167-
This allows to distinguish between empty and not defined URI components
1167+
This allows distinguishing between empty and not defined URI components
11681168
and preserve empty components.
11691169
(Contributed by Serhiy Storchaka in :gh:`67041`.)
11701170

0 commit comments

Comments
 (0)