Skip to content

Commit 5f3fac6

Browse files
authored
Fix typos. Thanks to Christian Clauss for the patch (#180).
2 parents ab47d76 + 8e1345d commit 5f3fac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ in the top-level directory of the package.
3434

3535
If running the tests under Python >= 3.2.3, remember to first set the environment
3636
variable ``PYTHONHASHSEED=0`` to disable hash randomisation, which is needed for
37-
the tests. (The enviroment variable also needs to be set if running Python 2.x
37+
the tests. (The environment variable also needs to be set if running Python 2.x
3838
with ``-R``. which is only available in Python 2.6.8 and later.)
3939

4040
.. index::
@@ -1567,7 +1567,7 @@ where you want the files in the wheel to be installed::
15671567
maker = ScriptMaker(None, None)
15681568
# You can specify a custom executable in script shebang lines, whether
15691569
# or not to install native executable launchers, whether to do a dry run
1570-
# etc. by setting attributes on the maker, wither when creating it or
1570+
# etc. by setting attributes on the maker, either when creating it or
15711571
# subsequently.
15721572

15731573
# Now install. The method accepts optional keyword arguments:

0 commit comments

Comments
 (0)