We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875faaf commit 40123f4Copy full SHA for 40123f4
Doc/whatsnew/3.14.rst
@@ -1051,7 +1051,7 @@ Concurrent safe warnings control
1051
The :class:`warnings.catch_warnings` context manager will now optionally
1052
use a context variable for warning filters. This is enabled by setting
1053
the :data:`~sys.flags.context_aware_warnings` flag, either with the ``-X``
1054
-command-line option or an environment variable. This gives predictable
+command-line option or an environment variable. This gives predicable
1055
warnings control when using :class:`~warnings.catch_warnings` combined with
1056
multiple threads or asynchronous tasks. The flag defaults to true for the
1057
free-threaded build and false for the GIL-enabled build.
0 commit comments