Skip to content

Commit 9674092

Browse files
committed
Fix warning in plural of Import Package.
1 parent 1343876 commit 9674092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
``importlib_metadata`` is a library that provides access to
88
the metadata of an installed :term:`packaging:Distribution Package`,
99
such as its entry points
10-
or its top-level names (:term:`packaging:Import Package`s, modules, if any).
10+
or its top-level names (:term:`packaging:Import Package`\ s, modules, if any).
1111
Built in part on Python's import system, this library
1212
intends to replace similar functionality in the `entry point
1313
API`_ and `metadata API`_ of ``pkg_resources``. Along with

0 commit comments

Comments
 (0)