Skip to content

Commit 35870ac

Browse files
StevenMaudencoghlan
authored andcommitted
Add missing "is" (pypa#380)
Fix typo in using-testpypi.rst.
1 parent 5eb8f2b commit 35870ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/using-testpypi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ specifying the ``--index-url`` flag
3939
$ pip install --index-url https://test.pypi.org/simple/ your-package
4040
4141
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
42+
specify ``--extra-index-url`` to point to PyPI. This is useful when the package
4343
you're testing has dependencies:
4444

4545
.. code::

0 commit comments

Comments
 (0)