Skip to content

Commit acb8c4a

Browse files
authored
Merge pull request #160 from cclauss/patch-1
README.rst: Fix typos
2 parents 33a8f7b + adca101 commit acb8c4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ IDNA specification this conversion is not performed.
112112
>>> idna.encode('Königsgäßchen', uts46=True, transitional=True)
113113
'xn--knigsgsschen-lcb0w'
114114
115-
Implementors should use transitional processing with caution, only in
115+
Implementers should use transitional processing with caution, only in
116116
rare cases where conversion from legacy labels to current labels must be
117117
performed (i.e. IDNA implementations that pre-date 2008). For typical
118118
applications that just need to convert labels, transitional processing
@@ -155,8 +155,8 @@ and perform the required calculations to identify eligibility. There are
155155
three main modes:
156156

157157
* ``idna-data make-libdata``. Generates ``idnadata.py`` and
158-
``uts46data.py``, the pre-calculated lookup tables using for IDNA and
159-
UTS 46 conversions. Implementors who wish to track this library against
158+
``uts46data.py``, the pre-calculated lookup tables used for IDNA and
159+
UTS 46 conversions. Implementers who wish to track this library against
160160
a different Unicode version may use this tool to manually generate a
161161
different version of the ``idnadata.py`` and ``uts46data.py`` files.
162162

@@ -172,7 +172,7 @@ three main modes:
172172

173173
The tool accepts a number of arguments, described using ``idna-data
174174
-h``. Most notably, the ``--version`` argument allows the specification
175-
of the version of Unicode to use in computing the table data. For
175+
of the version of Unicode to be used in computing the table data. For
176176
example, ``idna-data --version 9.0.0 make-libdata`` will generate
177177
library data against Unicode 9.0.0.
178178

@@ -186,7 +186,7 @@ Additional Notes
186186
* **Version support**. This library supports Python 3.5 and higher.
187187
As this library serves as a low-level toolkit for a variety of
188188
applications, many of which strive for broad compatibility with older
189-
Python versions, there is no rush to remove older intepreter support.
189+
Python versions, there is no rush to remove older interpreter support.
190190
Removing support for older versions should be well justified in that the
191191
maintenance burden has become too high.
192192

0 commit comments

Comments
 (0)