From e4d098a288a330183ea70e4d680500ef10efe125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Saitenmacher?= <10648236+rsaite@users.noreply.github.com> Date: Sun, 5 Jul 2026 14:40:54 +0200 Subject: [PATCH] docs: fix typo in intro.rst Correct `HTTPTXTransport` to `HTTPXTransport` --- docs/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.rst b/docs/intro.rst index a4281abb..b337fd8d 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -51,7 +51,7 @@ The corresponding between extra dependencies required and the GQL classes is: +---------------------+------------------------------------------------------------------+ | requests | :ref:`RequestsHTTPTransport ` | +---------------------+------------------------------------------------------------------+ -| httpx2 or httpx | :ref:`HTTPTXTransport ` | +| httpx2 or httpx | :ref:`HTTPXTransport ` | | | | | | :ref:`HTTPXAsyncTransport ` | +---------------------+------------------------------------------------------------------+