File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"""
You can’t perform that action at this time.
0 commit comments