Skip to content

Commit e3db882

Browse files
committed
fix wrong package name in header, rephrase to have an explicit pep mentioning
Signed-off-by: Oleg Höfling <[email protected]>
1 parent a93c42d commit e3db882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

importlib_metadata/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
===============================
44

55
``importlib_metadata`` is a library which provides an API for accessing an
6-
installed package's :pep:`metadata <566>`, such as its entry points or its top-level
6+
installed package's metadata (see :pep:`566`), such as its entry points or its top-level
77
name. This functionality intends to replace most uses of ``pkg_resources``
88
`entry point API`_ and `metadata API`_. Along with :mod:`importlib.resources` in
99
Python 3.7 and newer (backported as :doc:`importlib_resources <importlib_resources:index>` for older

importlib_metadata/docs/using.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _using:
22

33
=================================
4-
Using :mod:`!importlib.metadata`
4+
Using :mod:`!importlib_metadata`
55
=================================
66

77
``importlib_metadata`` is a library that provides for access to installed

0 commit comments

Comments
 (0)