Skip to content

Commit 76148e8

Browse files
authored
Merge pull request #442 from njsmith/fix-illumos-spelling
Fix illumos spelling
2 parents 623983b + e6a5c66 commit 76148e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ chance to give feedback about any compatibility-breaking changes.
4646
Vital statistics:
4747

4848
* Supported environments: Linux, MacOS, or Windows running some kind of Python
49-
3.5-or-better (either CPython or PyPy3 is fine). \*BSD and illumus likely
50-
work too, but are untested.
49+
3.5-or-better (either CPython or PyPy3 is fine). \*BSD and
50+
illumos/Solaris likely work too, but are untested.
5151

5252
* Install: ``python3 -m pip install -U trio`` (or on Windows, maybe
5353
``py -3 -m pip install -U trio``). No compiler needed.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
Vital statistics:
4444
4545
* Supported environments: Linux, MacOS, or Windows running some kind of Python
46-
3.5-or-better (either CPython or PyPy3 is fine). \\*BSD and illumus likely
47-
work too, but are not tested.
46+
3.5-or-better (either CPython or PyPy3 is fine). \\*BSD and illumus/Solaris
47+
likely work too, but are not tested.
4848
4949
* Install: ``python3 -m pip install -U trio`` (or on Windows, maybe
5050
``py -3 -m pip install -U trio``). No compiler needed.

0 commit comments

Comments
 (0)