8000 fix two docs typos. · Stackdriver/twilio-python@9844489 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit 9844489

Browse files
author
Kevin Burke
committed
fix two docs typos.
1 parent c79029d commit 9844489

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/faq.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ the Terminal:
4242
which -a python
4343
which -a pip
4444
45-
``pip`` needs to install the Twilio library to a path that your Python executable
46-
can read from. Sometimes there will be more than one version of pip, like
47-
pip-2.5, pip-2.7 etc. You can find all of them by running ``compgen -c | grep
48-
pip``. There can also be more than one version of Python, especially if you have
49-
Macports or homebrew.
45+
``pip`` needs to install the Twilio library to a path that your Python
46+
executable can read from. Sometimes there will be more than one version of pip,
47+
like pip-2.5, pip-2.7 etc. You can find all of them by running ``compgen -c |
48+
grep pip`` (works with Bash on \*nix machines). There can also be more than one
49+
version of Python, especially if you have Macports or homebrew.
5050

5151
You also may be using an outdated version of the twilio-python library, which
5252
did not use a ``twilio.rest.TwilioRestClient`` object. Check which version of the
@@ -64,7 +64,7 @@ version, you can upgrade with this command:
6464
$ pip install --upgrade twilio
6565
6666
Note that if you have code that uses the older version of the library, it may
67-
breake when you upgrade your site.
67+
break when you upgrade your site.
6868

6969
Formatting phone numbers
7070
------------------------

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The :doc:`/getting-started` will get you up and running in a few quick minutes.
3939
User Guide
4040
==================
4141

42-
Functionality is split over three different sub-packages within **twilio-python**. Below are in-depth guide to specific portions of the library.
42+
Functionality is split over three different sub-packages within **twilio-python**. Below are in-depth guides to specific portions of the library.
4343

4444
REST API
4545
----------

0 commit comments

Comments
 (0)
0