File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments