Skip to content

Commit

Permalink
Fix doc formatting in PluginInstance.wait
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jul 25, 2024
1 parent ff4c485 commit 41895bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/aiochris/models/logged_in.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,10 @@ async def wait(
Returns
-------
Returns the number of seconds elapsed and the last state of the plugin instance.
This function will return for one of two reasons: either the plugin instance finished,
or this function timed out. Make sure you check the plugin instance's final status!
elapsed_seconds
Number of seconds elapsed and the last state of the plugin instance.
This function will return for one of two reasons: either the plugin instance finished,
or this function timed out. Make sure you check the plugin instance's final status!
"""
if status is Status:
status = (status,)
Expand Down

0 comments on commit 41895bd

Please sign in to comment.