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
10511051The :class: `warnings.catch_warnings ` context manager will now optionally
10521052use a context variable for warning filters. This is enabled by setting
10531053the :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
10551055warnings control when using :class: `~warnings.catch_warnings ` combined with
10561056multiple threads or asynchronous tasks. The flag defaults to true for the
10571057free-threaded build and false for the GIL-enabled build.
@@ -2379,7 +2379,7 @@ zlib
23792379* On Windows, `zlib-ng <https://github.com/zlib-ng/zlib-ng >`__
23802380 is now used as the implementation of the :mod: `zlib ` module
23812381 in the default binaries.
2382- There are no known incompatabilities between ``zlib-ng ``
2382+ There are no known incompatibilities between ``zlib-ng ``
23832383 and the previously-used ``zlib `` implementation.
23842384 This should result in better performance at all compression levels.
23852385
You can’t perform that action at this time.
0 commit comments