Skip to content

Commit 270ff68

Browse files
authored
Copy editing
1 parent 262fe31 commit 270ff68

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/tutorials/external_libraries.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ as in your own code, or they can be provided in separate so-called
2121
hints, without any implementation.
2222

2323
For libraries that don't include their own type hints, a separate
24-
*stub package* may provice them. These stub packages are often written by the
24+
*stub package* may provide them. These stub packages are often written by the
2525
library authors themselves, by the contributors to the
2626
`typeshed <https://github.com/python/typeshed>`_ project, or by third-party
2727
contributors. These packages are usually named ``types-<library>``
28-
or ``<library>-stubs``, where ``<library>`` is the name of the library. These
29-
packages can be installed from PyPI as usual, and they will be automatically
30-
discovered by type checkers::
28+
or ``<library>-stubs``. These packages can be installed from PyPI as usual, and
29+
they will be automatically discovered by type checkers::
3130

3231
pip install requests types-requests
3332

0 commit comments

Comments
 (0)