Skip to content
Closed
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
2 changes: 1 addition & 1 deletion sample-docs/kitchen-sink/all_in_one_restructuredtext.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def my_method(
return my_var

async def my_async_method(self, my_param: ParameterT = "default_value") -> ReturnT:
"""An :term:`async` method.
"""An async method.

Text at end of docstring.
"""
Expand Down