Skip to content

Commit 90ab6b3

Browse files
authored
Merge pull request realpython#956 from apjanke/Unix-not-UNIX
Use "Unix" instead of "UNIX" consistently
2 parents 0dfc4c3 + e6d6e47 commit 90ab6b3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/dev/env.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ TextMate
109109
--------
110110

111111
`TextMate <http://macromates.com/>`_ brings Apple's approach to operating
112-
systems into the world of text editors. By bridging UNIX underpinnings and
112+
systems into the world of text editors. By bridging Unix underpinnings and
113113
GUI, TextMate cherry-picks the best of both worlds to the benefit of expert
114114
scripters and novice users alike.
115115

docs/dev/pip-virtualenv.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ need any configuration.
105105
When using older versions, you can configure pip in such a way that it tries to
106106
reuse already installed packages, too.
107107

108-
On UNIX systems, you can add the following line to your :file:`.bashrc` or
108+
On Unix systems, you can add the following line to your :file:`.bashrc` or
109109
:file:`.bash_profile` file.
110110

111111
.. code-block:: console
@@ -124,7 +124,7 @@ add the following line to your :file:`pip.ini` file under ``[global]`` settings:
124124
125125
download-cache = %HOME%\pip\cache
126126
127-
Similarly, on UNIX systems you should simply add the following line to your
127+
Similarly, on Unix systems you should simply add the following line to your
128128
:file:`pip.conf` file under ``[global]`` settings:
129129

130130
.. code-block:: console

docs/starting/install/osx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ package.
4848
commandline tools by running ``xcode-select --install`` on the terminal.
4949

5050

51-
While OS X comes with a large number of UNIX utilities, those familiar with
51+
While OS X comes with a large number of Unix utilities, those familiar with
5252
Linux systems will notice one key component missing: a decent package manager.
5353
`Homebrew <http://brew.sh>`_ fills this void.
5454

docs/starting/install3/osx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ package.
4141
If you perform a fresh install of Xcode, you will also need to add the
4242
commandline tools by running ``xcode-select --install`` on the terminal.
4343

44-
While OS X comes with a large number of UNIX utilities, those familiar with
44+
While OS X comes with a large number of Unix utilities, those familiar with
4545
Linux systems will notice one key component missing: a package manager.
4646
`Homebrew <http://brew.sh>`_ fills this void.
4747

0 commit comments

Comments
 (0)