We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5a37e commit e806bc9Copy full SHA for e806bc9
Doc/library/importlib.metadata.rst
@@ -454,7 +454,7 @@ The same applies for :func:`entry_points` and :func:`files`.
454
Return a :class:`!Distribution` instance at the given path or
455
with the given name.
456
457
- .. classmethod:: discover(*, context: Context | None, **kwargs)
+ .. classmethod:: discover(*, context=None, **kwargs)
458
459
Returns an iterable of :class:`Distribution` instances for all packages
460
(see distribution-discovery_).
0 commit comments