Skip to content

Commit 92cf32b

Browse files
Fix typos in README (#20)
Commit
1 parent 49c68c1 commit 92cf32b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)