Skip to content

Commit 46d53c2

Browse files
Commit
1 parent d9993f8 commit 46d53c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To install the module use
1717

1818
This module package requires at least Python 3.6, a corresponding version of
1919
libffi 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

2222
Module iconv
2323
------------
@@ -39,7 +39,7 @@ It is the caller's responsibility to guarantee that the internal
3939
representation of the `in` object indeed uses fromcode of the `Iconv`
4040
object. The parameter `outlen` represents an estimate of the resulting
4141
string 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,
4343
no conversion is attempted, but the number of necessary bytes is
4444
returned.
4545

@@ -94,7 +94,7 @@ License
9494
-------
9595
This program is free software; you can redistribute it and/or modify
9696
it 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

100100
Author

0 commit comments

Comments
 (0)