Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -966,8 +966,8 @@ The module defines the following classes, functions and decorators:

def fetch_response() -> Response: ...

Note that returning instances of private classes is not recommended.
It is usually preferable to make such classes public.
Note that returning instances of private classes is not recommended.
It is usually preferable to make such classes public.

.. data:: Any

Expand Down