Skip to content

Commit

Permalink
Reference SSLStream correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks committed Aug 23, 2024
1 parent 2a0675d commit 422e842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trio/_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ async def wait_send_all_might_not_block(self) -> None:


# this is necessary for Sphinx, see also `_abc.py`
SSLStream.__module__ = SSLStream.__module__.replace("_ssl", "ssl")
SSLStream.__module__ = SSLStream.__module__.replace("._ssl", "")


@final
Expand Down

0 comments on commit 422e842

Please sign in to comment.