Skip to content

Commit 5719d8f

Browse files
authored
DOC Minor Spelling Mistake (#351)
1 parent e73096f commit 5719d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gql/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ def execute(
874874
return result.data
875875

876876
def fetch_schema(self) -> None:
877-
"""Fetch the GraphQL schema explicitely using introspection.
877+
"""Fetch the GraphQL schema explicitly using introspection.
878878
879879
Don't use this function and instead set the fetch_schema_from_transport
880880
attribute to True"""
@@ -1245,7 +1245,7 @@ async def execute(
12451245
return result.data
12461246

12471247
async def fetch_schema(self) -> None:
1248-
"""Fetch the GraphQL schema explicitely using introspection.
1248+
"""Fetch the GraphQL schema explicitly using introspection.
12491249
12501250
Don't use this function and instead set the fetch_schema_from_transport
12511251
attribute to True"""

0 commit comments

Comments
 (0)