File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ If you would like to publish a library package to a package repository
113113yourself (e.g. on PyPI) for either internal or external use in type
114114checking, packages that supply type information via type comments or
115115annotations in the code should put a ``py.typed `` file in their
116- package directory.
116+ package directory.
117117
118118For new packages, a minimal ``pyproject.toml `` configuration using
119119setuptools may look like this:
@@ -154,7 +154,7 @@ The ``setup.py`` file could look like this:
154154 )
155155
156156 Some packages have a mix of stub files and runtime files. These packages also
157- require a ``py.typed `` file.
157+ require a ``py.typed `` file.
158158
159159For example:
160160
You can’t perform that action at this time.
0 commit comments