Skip to content

Commit f313582

Browse files
committed
Merge pull request realpython#462 from mandarg/master
Minor doc fixes
2 parents 58f124e + 135e057 commit f313582

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/starting/install/linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ your own Python software with very little work.
3434
To obtain the latest version of Setuptools for Linux, refer to the documentation
3535
available here: `unix-setuptools <https://pypi.python.org/pypi/setuptools#unix-wget>`_
3636

37-
The new``easy_install`` command you have available is considered by many to be
37+
The new ``easy_install`` command you have available is considered by many to be
3838
deprecated, so we will install its replacement: **pip**. Pip allows for
3939
uninstallation of packages, and is actively maintained, unlike easy_install.
4040

docs/starting/install/osx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ command. It also enables you to add this network installation capability to
7373
your own Python software with very little work. Homebrew already installed
7474
Setuptools for you.
7575

76-
Happily, when you ran `brew install python`, Homebrew also installed **pip**.
76+
Happily, when you ran ``brew install python``, Homebrew also installed **pip**.
7777
Pip allows for installation and uninstallation of packages, and is actively
7878
maintained.
7979

0 commit comments

Comments
 (0)