Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f313582

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

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎docs/starting/install/linux.rst

Copy file name to clipboardExpand all lines: docs/starting/install/linux.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: docs/starting/install/osx.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.