@@ -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
116116rare cases where conversion from legacy labels to current labels must be
117117performed (i.e. IDNA implementations that pre-date 2008). For typical
118118applications that just need to convert labels, transitional processing
@@ -155,8 +155,8 @@ and perform the required calculations to identify eligibility. There are
155155three 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
173173The 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
176176example, ``idna-data --version 9.0.0 make-libdata `` will generate
177177library 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