Skip to content

Commit 0e4ae38

Browse files
authored
docs: exclude Response.is_permanent_redirect from API docs (#7244)
Hide the internal Response.is_permanent_redirect attribute from public API documentation.
1 parent d568f47 commit 0e4ae38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Lower-Level Classes
5555

5656
.. autoclass:: Response
5757
:inherited-members:
58+
:exclude-members: is_permanent_redirect
5859

5960

6061
Lower-Lower-Level Classes

0 commit comments

Comments
 (0)