File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ To install the module use
1717
1818This module package requires at least Python 3.6, a corresponding version of
1919libffi and the native iconv library.
20- It is only tested with Python 3.8 and higher though .
20+ It is only tested with Python 3.8 and higher.
2121
2222Module iconv
2323------------
@@ -39,7 +39,7 @@ It is the caller's responsibility to guarantee that the internal
3939representation of the ` in ` object indeed uses fromcode of the ` Iconv `
4040object. The parameter ` outlen ` represents an estimate of the resulting
4141string size in bytes.
42- If the buffer is to small, an exception is thrown. If ` count_only ` is set,
42+ If the buffer is too small, an exception is thrown. If ` count_only ` is set,
4343no conversion is attempted, but the number of necessary bytes is
4444returned.
4545
@@ -94,7 +94,7 @@ License
9494-------
9595This program is free software; you can redistribute it and/or modify
9696it under the terms of the GNU General Public License as published by
97- the Free Software Foundation; either version 3 of the License, or
97+ the Free Software Foundation; either version 3 of the License or
9898(at your option) any later version.
9999
100100Author
You can’t perform that action at this time.
0 commit comments