From d801f784d63037d310c7445cb5d4490fe5ac3fd0 Mon Sep 17 00:00:00 2001 From: Leszek Hanusz Date: Tue, 21 Jul 2026 15:20:12 +0200 Subject: [PATCH] DOC Fix intro installation table --- docs/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.rst b/docs/intro.rst index b337fd8d..9e3cdd9f 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:`HTTPXTransport ` | +| httpx2 or httpx | :ref:`HTTPXTransport ` | | | | | | :ref:`HTTPXAsyncTransport ` | +---------------------+------------------------------------------------------------------+