Skip to content

Commit

Permalink
Fix typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 15, 2023
1 parent 3ef139e commit 3c4fd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importlib_metadata/_compat.py
Expand Up @@ -41,7 +41,7 @@ def matches(finder):

class NullFinder:
"""
A "Finder" (aka "MetaClassFinder") that never finds any modules,
A "Finder" (aka "MetaPathFinder") that never finds any modules,
but may find distributions.
"""

Expand Down

0 comments on commit 3c4fd4e

Please sign in to comment.