Skip to content

Commit

Permalink
Update docs/release-notes/changelog.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Mar 25, 2024
1 parent 638cec4 commit e6e4659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-notes/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

``TestClient.__enter__`` and ``AsyncTestClient.__enter__`` return ``self``.
If you inherit ``TestClient``, its ``__enter__`` method should return derived class's instance
unless override the method. So I think :class:`~typing_extensions.Self` could be more flexible return type.
unless override the method. :class:`~typing_extensions.Self`is a more flexible return type.
.. change:: use the full path for fetching openapi.json
:type: bugfix
Expand Down

0 comments on commit e6e4659

Please sign in to comment.