Skip to content

Commit ed04b4d

Browse files
[PR #7154/283861dd backport][3.8] fixed error in ContentDisposition doc (#7155)
**This is a backport of PR #7154 as merged into master (283861d).** <!-- Thank you for your contribution! --> ## What do these changes do? Fix small mistake in doc ## Are there changes in behavior for the user? No. ## Related issue number #7151 Co-authored-by: solarjoe <walterwhite666@googlemail.com>
1 parent 8cf01ad commit ed04b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client_reference.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@ All exceptions are available as members of *aiohttp* module.
20812081

20822082
Represent Content-Disposition header
20832083

2084-
.. attribute:: value
2084+
.. attribute:: type
20852085

20862086
A :class:`str` instance. Value of Content-Disposition header
20872087
itself, e.g. ``attachment``.

0 commit comments

Comments
 (0)