Skip to content

Commit fc49ec8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f336a51 commit fc49ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/installed_packages.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ If you would like to publish a library package to a package repository
113113
yourself (e.g. on PyPI) for either internal or external use in type
114114
checking, packages that supply type information via type comments or
115115
annotations in the code should put a ``py.typed`` file in their
116-
package directory.
116+
package directory.
117117

118118
For new packages, a minimal ``pyproject.toml`` configuration using
119119
setuptools 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

159159
For example:
160160

0 commit comments

Comments
 (0)