Skip to content

Commit 68344f3

Browse files
Update Doc/deprecations/pending-removal-in-3.15.rst
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
1 parent efe82f3 commit 68344f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/deprecations/pending-removal-in-3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pending removal in Python 3.15
1111
* Setting :attr:`~module.__package__` on a module while
1212
failing to set :attr:`__spec__.parent <importlib.machinery.ModuleSpec.parent>`
1313
is deprecated. In Python 3.15, :attr:`!__package__` will cease to be set or
14-
taken into consideration by the import system or standard library. (:gh:`97879`)
14+
be taken into consideration by the import system or standard library. (:gh:`97879`)
1515

1616
* :mod:`ctypes`:
1717

0 commit comments

Comments
 (0)