Skip to content

Commit 484283b

Browse files
committed
Updated docs.
1 parent 193ee60 commit 484283b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domdf_python_tools/import_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def discover_entry_points_by_name(
168168
) -> Dict[str, Any]:
169169
"""
170170
Returns a mapping of entry point names to the entry points in the given category,
171-
optionally filtered by ``match_func``.
171+
optionally filtered by ``name_match_func`` and ``object_match_func``.
172172
173173
.. versionadded:: 2.5.0
174174

0 commit comments

Comments
 (0)