8000 Fix typo response_headers in httpx transport (#407) · graphql-python/gql@8e1c6f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e1c6f1

Browse files
authored
Fix typo response_headers in httpx transport (#407)
1 parent df2b206 commit 8e1c6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gql/transport/httpx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
class _HTTPXTransport:
3333
file_classes: Tuple[Type[Any], ...] = (io.IOBase,)
3434

35-
reponse_headers: Optional[httpx.Headers] = None
35+
response_headers: Optional[httpx.Headers] = None
3636

3737
def __init__(
3838
self,

0 commit comments

Comments
 (0)
0