File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -193,9 +193,9 @@ Other CPython Implementation Changes
193
193
support :class: `typing.SupportsComplex ` and :class: `typing.SupportsBytes ` protocols.
194
194
(Contributed by Mark Dickinson and Dong-hee Na in :issue: `24234 `.)
195
195
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
197
197
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 `
199
199
hash-based pyc files now use ``siphash13 ``, too.
200
200
(Contributed by Inada Naoki in :issue: `29410 `.)
201
201
@@ -210,9 +210,9 @@ Other CPython Implementation Changes
210
210
have been removed as their values can be derived from ``exc_value ``.
211
211
(Contributed by Irit Katriel in :issue: `45711 `.)
212
212
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.
214
214
It behaves similiar to ``PrependPath `` but appends the install and scripts directories
215
- instead of prepending it .
215
+ instead of prepending them .
216
216
(Contributed by Bastian Neuburger in :issue: `44934 `.)
217
217
218
218
You can’t perform that action at this time.
0 commit comments