From 752a53fa4d409da6fa5126626ce4ba0525754b08 Mon Sep 17 00:00:00 2001 From: Agustin Arce <59893355+aarcex3@users.noreply.github.com> Date: Sun, 25 Aug 2024 12:32:13 -0400 Subject: [PATCH] docs: Fixing spelling in request.rst --- docs/usage/requests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/requests.rst b/docs/usage/requests.rst index 485748ac8c..fb48a64d0d 100644 --- a/docs/usage/requests.rst +++ b/docs/usage/requests.rst @@ -10,7 +10,7 @@ The body of HTTP requests can be accessed using the special ``data`` parameter i :language: python -The type of ``data`` an be any supported type, including +The type of ``data`` can be any supported type, including * :func:`dataclasses `