From 283861dddf7bac50188ad3dd63dda93bccfca4bc Mon Sep 17 00:00:00 2001 From: solarjoe Date: Fri, 30 Dec 2022 14:42:44 +0100 Subject: [PATCH] fixed error in ContentDisposition doc (#7154) ## What do these changes do? Fix small mistake in doc ## Are there changes in behavior for the user? No. ## Related issue number https://github.com/aio-libs/aiohttp/issues/7151 Co-authored-by: Solar Joe --- docs/client_reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client_reference.rst b/docs/client_reference.rst index 1ef29118e9a..cdf5badf798 100644 --- a/docs/client_reference.rst +++ b/docs/client_reference.rst @@ -2085,7 +2085,7 @@ All exceptions are available as members of *aiohttp* module. Represent Content-Disposition header - .. attribute:: value + .. attribute:: type A :class:`str` instance. Value of Content-Disposition header itself, e.g. ``attachment``.