Skip to content

Commit faaa322

Browse files
committed
Fix typos
1 parent fa1a5c4 commit faaa322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 2 deletions
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 predicable
1054+
command-line option or an environment variable. This gives predictable
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.
@@ -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

0 commit comments

Comments
 (0)