Skip to content

Commit

Permalink
Fix typos and separate sentences by only one space
Browse files Browse the repository at this point in the history
Co-authored-by: Prashant Sharma <[email protected]>
  • Loading branch information
McSinyx and gutsytechster authored Jul 18, 2020
1 parent 41f0bc2 commit 2492b64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/html/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ and ``--no-cache-dir``, falsy values have to be used:
no-warn-script-location = false
For options which can be repeated like ``--verbose`` and ``--quite``,
a nonnegative integer could be used to represent the level to be specified:
a non-negative integer can be used to represent the level to be specified:

.. code-block:: ini
Expand Down Expand Up @@ -484,12 +484,12 @@ passing the option to pip directly::
pip --default-timeout=60 [...]

For command line options which can be repeated, if they do not take any argument
like ``--quite`` or ``--verbose``, use a nonnegative integer to represent
the number of repeatition, for instance setting ``PIP_VERBOSE`` to 3 is
like ``--quite`` or ``--verbose``, use a non-negative integer to represent
the number of repetition, for instance, setting ``PIP_VERBOSE`` to 3 is
equivalent to calling pip with ``-vvv``.

Fruitful repeatable options however, can be specified via environment variable
as a space-separated list. For example having ``PIP_FIND_LINKS`` set to
Fruitful repeatable options, however, can be specified via environment variable
as a space-separated list. For example, having ``PIP_FIND_LINKS`` set to
``"http://mirror1.example.com http://mirror2.example.com"`` is the same as
calling ::

Expand Down
2 changes: 1 addition & 1 deletion news/8578.bugfix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Allow specifying verbosity and quite level via configuration files
and environment variables. Previously these options were treated as
and environment variables. Previously these options were treated as
boolean values when read from there while through CLI the level can be
specified.

0 comments on commit 2492b64

Please sign in to comment.