Skip to content

Commit f75acec

Browse files
committed
Correct syntax is without the space.
1 parent 9674092 commit f75acec

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)