Skip to content

Commit acfb5af

Browse files
nielmistrytheacodes
authored andcommitted
Fix small typo (pypa#521)
too -> to
1 parent 509888c commit acfb5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/installing-using-pip-and-virtualenv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ example you could create a :file:`requirements.txt` file containing:
344344
requests==2.18.4
345345
google-auth==1.1.0
346346
347-
And tell pip too install all of the packages in this file using the ``-r`` flag:
347+
And tell pip to install all of the packages in this file using the ``-r`` flag:
348348

349349
.. code-block:: bash
350350

0 commit comments

Comments
 (0)