Skip to content

Commit

Permalink
Merge branch 'master' into cpython
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 10, 2019
2 parents aa96c5b + f1cc20b commit a808efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/importlib.metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ method::
@abc.abstractmethod
def find_distributions(context=DistributionFinder.Context()):
"""Return an iterable of all Distribution instances capable of
loading the metadata for packages for the indicated 'context'.
loading the metadata for packages for the indicated ``context``.
"""

The ``DistributionFinder.Context`` object provides ``.path`` and ``.name``
Expand Down

0 comments on commit a808efb

Please sign in to comment.