@@ -112,7 +112,7 @@ IDNA specification this conversion is not performed.
112
112
>>> idna.encode('Königsgäßchen', uts46=True, transitional=True)
113
113
'xn--knigsgsschen-lcb0w'
114
114
115
- Implementors should use transitional processing with caution, only in
115
+ Implementers should use transitional processing with caution, only in
116
116
rare cases where conversion from legacy labels to current labels must be
117
117
performed (i.e. IDNA implementations that pre-date 2008). For typical
118
118
applications that just need to convert labels, transitional processing
@@ -155,8 +155,8 @@ and perform the required calculations to identify eligibility. There are
155
155
three main modes:
156
156
157
157
* ``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
160
160
a different Unicode version may use this tool to manually generate a
161
161
different version of the ``idnadata.py `` and ``uts46data.py `` files.
162
162
@@ -172,7 +172,7 @@ three main modes:
172
172
173
173
The tool accepts a number of arguments, described using ``idna-data
174
174
-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
176
176
example, ``idna-data --version 9.0.0 make-libdata `` will generate
177
177
library data against Unicode 9.0.0.
178
178
@@ -186,7 +186,7 @@ Additional Notes
186
186
* **Version support **. This library supports Python 3.5 and higher.
187
187
As this library serves as a low-level toolkit for a variety of
188
188
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.
190
190
Removing support for older versions should be well justified in that the
191
191
maintenance burden has become too high.
192
192
0 commit comments