Skip to content

Commit

Permalink
docs: Fix a typo in safe_get__all__ docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck authored and pawamoy committed Dec 20, 2024
1 parent 3dc4f50 commit 596cf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_griffe/agents/nodes/exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def safe_get__all__(
log_level: Log level to use to log a message.
Returns:
A list of strings or resovable names.
A list of strings or resolvable names.
"""
try:
return get__all__(node, parent)
Expand Down

0 comments on commit 596cf6d

Please sign in to comment.