Skip to content

Commit

Permalink
Fix typo in docstring (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
pylipp authored Jan 8, 2024
1 parent 15e46b1 commit 5daefa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ariadne/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def set_field(self, name, resolver: Resolver) -> Resolver:
return resolver

def set_alias(self, name: str, to: str) -> None:
"""Set an alias resolver for the field name to given Python nme.
"""Set an alias resolver for the field name to given Python name.
# Required arguments
Expand Down

0 comments on commit 5daefa9

Please sign in to comment.