Skip to content

Commit ccc25ca

Browse files
Predicable might be intended
1 parent b2cd5b9 commit ccc25ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ Concurrent safe warnings control
10511051
The :class:`warnings.catch_warnings` context manager will now optionally
10521052
use a context variable for warning filters. This is enabled by setting
10531053
the :data:`~sys.flags.context_aware_warnings` flag, either with the ``-X``
1054-
command-line option or an environment variable. This gives predictable
1054+
command-line option or an environment variable. This gives predicable
10551055
warnings control when using :class:`~warnings.catch_warnings` combined with
10561056
multiple threads or asynchronous tasks. The flag defaults to true for the
10571057
free-threaded build and false for the GIL-enabled build.

0 commit comments

Comments
 (0)