Skip to content

Commit 7716393

Browse files
committed
fix build
1 parent 2dca569 commit 7716393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ Deprecated
13151315
it was :exc:`ImportWarning`).
13161316
(Contributed by Brett Cannon in :gh:`65961`.)
13171317

1318-
* Setting :attr:`~module.__package__`` or :attr:`~module.__cached__` on a
1318+
* Setting :attr:`~module.__package__` or :attr:`~module.__cached__` on a
13191319
module is deprecated, and will cease to be set or taken into consideration by
13201320
the import system in Python 3.14. (Contributed by Brett Cannon in :gh:`65961`.)
13211321

0 commit comments

Comments
 (0)