Skip to content

Commit c07ca1a

Browse files
authored
Fix some typos in whatsnew (GH-32098)
* Fix some typos and phrasing * Convert the `hash()` text to a link * Remove definite article
1 parent cca43b7 commit c07ca1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ Other CPython Implementation Changes
193193
support :class:`typing.SupportsComplex` and :class:`typing.SupportsBytes` protocols.
194194
(Contributed by Mark Dickinson and Dong-hee Na in :issue:`24234`.)
195195

196-
* ``siphash13`` is added as a new internal hashing algorithms. It's has similar security
196+
* ``siphash13`` is added as a new internal hashing algorithms. It has similar security
197197
properties as ``siphash24`` but it is slightly faster for long inputs. ``str``, ``bytes``,
198-
and some other types now use it as default algorithm for ``hash()``. :pep:`552`
198+
and some other types now use it as default algorithm for :func:`hash`. :pep:`552`
199199
hash-based pyc files now use ``siphash13``, too.
200200
(Contributed by Inada Naoki in :issue:`29410`.)
201201

@@ -210,9 +210,9 @@ Other CPython Implementation Changes
210210
have been removed as their values can be derived from ``exc_value``.
211211
(Contributed by Irit Katriel in :issue:`45711`.)
212212

213-
* A new command line option for the Windows installer ``AppendPath`` has beend added.
213+
* A new command line option for the Windows installer ``AppendPath`` has been added.
214214
It behaves similiar to ``PrependPath`` but appends the install and scripts directories
215-
instead of prepending it.
215+
instead of prepending them.
216216
(Contributed by Bastian Neuburger in :issue:`44934`.)
217217

218218

0 commit comments

Comments
 (0)