Skip to content

Commit

Permalink
Improve sentence in docs vis passing multiple values in an environmen…
Browse files Browse the repository at this point in the history
…t variable (#4677)

* Improve repeated command line options sentence

* Add trivial news entry

* Update user_guide.rst

* Shorten sentence
  • Loading branch information
kpinc authored and xavfernandez committed Sep 29, 2017
1 parent 4ac2235 commit e3288bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,8 @@ This is the same as passing the option to pip directly::

pip --default-timeout=60 [...]

To set options that can be set multiple times on the command line, just add
spaces in between values. For example::
For command line options which can be repeated, use a space to separate
multiple values. For example::

export PIP_FIND_LINKS="http://mirror1.example.com http://mirror2.example.com"

Expand Down
3 changes: 3 additions & 0 deletions news/4565.trivial
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Improve sentence in docs describing how to put multiple values into a
single environment variable in those cases where a command line option
may be repeated.

0 comments on commit e3288bb

Please sign in to comment.