Skip to content

Commit fc51ab1

Browse files
committed
[docs] fix broken documentation
1 parent 6b20cde commit fc51ab1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

aioquic/asyncio/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
from .client import connect # noqa
2+
from .protocol import QuicConnectionProtocol # noqa
23
from .server import serve # noqa

docs/api.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Common
2121
.. automethod:: close()
2222
.. automethod:: create_stream()
2323
.. automethod:: ping()
24+
.. automethod:: wait_closed()
2425
.. automethod:: wait_connected()
25-
.. autoattribute:: alpn_protocol

0 commit comments

Comments
 (0)