File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1051,7 +1051,7 @@ Concurrent safe warnings control
1051
1051
The :class: `warnings.catch_warnings ` context manager will now optionally
1052
1052
use a context variable for warning filters. This is enabled by setting
1053
1053
the :data: `~sys.flags.context_aware_warnings ` flag, either with the ``-X ``
1054
- command-line option or an environment variable. This gives predicable
1054
+ command-line option or an environment variable. This gives predictable
1055
1055
warnings control when using :class: `~warnings.catch_warnings ` combined with
1056
1056
multiple threads or asynchronous tasks. The flag defaults to true for the
1057
1057
free-threaded build and false for the GIL-enabled build.
@@ -2379,7 +2379,7 @@ zlib
2379
2379
* On Windows, `zlib-ng <https://github.com/zlib-ng/zlib-ng >`__
2380
2380
is now used as the implementation of the :mod: `zlib ` module
2381
2381
in the default binaries.
2382
- There are no known incompatabilities between ``zlib-ng ``
2382
+ There are no known incompatibilities between ``zlib-ng ``
2383
2383
and the previously-used ``zlib `` implementation.
2384
2384
This should result in better performance at all compression levels.
2385
2385
You can’t perform that action at this time.
0 commit comments