summaryrefslogtreecommitdiff
path: root/docs/html/user_guide.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/user_guide.rst')
-rw-r--r--docs/html/user_guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/user_guide.rst b/docs/html/user_guide.rst
index b90b778b8..966b200f4 100644
--- a/docs/html/user_guide.rst
+++ b/docs/html/user_guide.rst
@@ -800,7 +800,7 @@ As noted previously, pip is a command line program. While it is implemented in
Python, and so is available from your Python code via ``import pip``, you must
not use pip's internal APIs in this way. There are a number of reasons for this:
-#. The pip code assumes that is in sole control of the global state of the
+#. The pip code assumes that it is in sole control of the global state of the
program.
pip manages things like the logging system configuration, or the values of
the standard IO streams, without considering the possibility that user code