Skip to content

Commit 548cc05

Browse files
committed
Spelling and grammar
1 parent fd4095c commit 548cc05

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/whatsnew/3.16.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ lzma
117117

118118
* Add support of new BCJ filters ARM64 and RISC-V via
119119
:const:`!lzma.FILTER_ARM64` and :const:`!lzma.FILTER_RISCV`. Note that the
120-
new filters will work only if runtime library supports them. ARM64 filter
120+
new filters will work only if the runtime library supports them. ARM64 filter
121121
requires ``lzma`` 5.4.0 or newer while RISC-V requires 5.6.0 or newer.
122122
(Contributed by Chien Wong in :gh:`115988`.)
123123

@@ -168,15 +168,15 @@ xml
168168
---
169169

170170
* Add support for multiple multi-byte encodings in the :mod:`XML parser
171-
<xml.parsers.expat>`: "cp932", "cp949", "cp950", "Big5","EUC-JP",
171+
<xml.parsers.expat>`: "cp932", "cp949", "cp950", "Big5", "EUC-JP",
172172
"GB2312", "GBK", "johab", and "Shift_JIS".
173173
Add partial support (only BMP characters) for multi-byte encodings
174174
"Big5-HKSCS", "EUC_JIS-2004", "EUC_JISX0213", "Shift_JIS-2004",
175175
"Shift_JISX0213", "utf-8-sig" and non-standard aliases like "UTF8"
176176
(without hyphen).
177177
The parser now raises :exc:`ValueError` for known unsupported
178-
multi-byte encodings such us "ISO-2022-JP" or "raw-unicode-escape"
179-
instead of failing later, when encounter non-ASCII data.
178+
multi-byte encodings such as "ISO-2022-JP" or "raw-unicode-escape"
179+
instead of failing later, when encountering non-ASCII data.
180180
(Contributed by Serhiy Storchaka in :gh:`62259`.)
181181

182182
zipfile

0 commit comments

Comments
 (0)