Use "Unix" instead of "UNIX" consistently

This commit is contained in:
Andrew Janke
2018-12-18 00:33:12 -05:00
parent 0dfc4c3555
commit e6d6e47b46
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ TextMate
--------
`TextMate <http://macromates.com/>`_ brings Apple's approach to operating
systems into the world of text editors. By bridging UNIX underpinnings and
systems into the world of text editors. By bridging Unix underpinnings and
GUI, TextMate cherry-picks the best of both worlds to the benefit of expert
scripters and novice users alike.
+2 -2
View File
@@ -105,7 +105,7 @@ need any configuration.
When using older versions, you can configure pip in such a way that it tries to
reuse already installed packages, too.
On UNIX systems, you can add the following line to your :file:`.bashrc` or
On Unix systems, you can add the following line to your :file:`.bashrc` or
:file:`.bash_profile` file.
.. code-block:: console
@@ -124,7 +124,7 @@ add the following line to your :file:`pip.ini` file under ``[global]`` settings:
download-cache = %HOME%\pip\cache
Similarly, on UNIX systems you should simply add the following line to your
Similarly, on Unix systems you should simply add the following line to your
:file:`pip.conf` file under ``[global]`` settings:
.. code-block:: console