Skip to content

Commit dffeaba

Browse files
committed
Fix typo
1 parent db05a21 commit dffeaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pyutils/test_description.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def graphql_directive():
170170
assert directive.description is lazy_string
171171
assert str(directive.description).endswith("lazy?")
172172

173-
def handels_introspection():
173+
def handles_introspection():
174174
class Lazy:
175175
def __init__(self, text: str):
176176
self.text = text

0 commit comments

Comments
 (0)