Skip to content

Commit c0b0cc3

Browse files
andrzej3393gvanrossum
authored andcommitted
Clarify what py.typed actualy is (#7649)
1 parent b36d1c9 commit c0b0cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installed_packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ stub files.
4949
If you would like to publish a library package to a package repository (e.g.
5050
PyPI) for either internal or external use in type checking, packages that
5151
supply type information via type comments or annotations in the code should put
52-
a ``py.typed`` in their package directory. For example, with a directory
52+
a ``py.typed`` file in their package directory. For example, with a directory
5353
structure as follows
5454

5555
.. code-block:: text

0 commit comments

Comments
 (0)