We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb8f2b commit 35870acCopy full SHA for 35870ac
source/guides/using-testpypi.rst
@@ -39,7 +39,7 @@ specifying the ``--index-url`` flag
39
$ pip install --index-url https://test.pypi.org/simple/ your-package
40
41
If you want to allow pip to also pull other packages from PyPI you can
42
-specify ``--extra-index-url`` to point to PyPI. This useful when the package
+specify ``--extra-index-url`` to point to PyPI. This is useful when the package
43
you're testing has dependencies:
44
45
.. code::
0 commit comments