Skip to content

Commit e1ccf45

Browse files
committed
Fix typo
1 parent 8c6c0d8 commit e1ccf45

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
@@ -197,7 +197,7 @@ def graphql_directive():
197197
with raises(TypeError, match="Expected name to be a string\\."):
198198
GraphQLDirective(lazy_string, [])
199199

200-
def handels_introspection():
200+
def handles_introspection():
201201
class Lazy:
202202
def __init__(self, text: str):
203203
self.text = text

0 commit comments

Comments
 (0)