Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
norinorin authored and tandemdude committed Jun 6, 2021
1 parent f9f05c7 commit aea8cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightbulb/cooldowns.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def dynamic_cooldown(
"""
Decorator which adds a more customized cooldown to a command.
Args:
callback (Callable[[ :obj:`~Context` ], :obj: `~Bucket`]): The callback that takes a Context object and returns a Bucket object.
callback (Callable[[ :obj:`~Context` ], :obj:`~Bucket`]): The callback that takes a Context object and returns a Bucket object.
Keyword Args:
manager_cls (Type[ :obj:`~CooldownManager` ]): The **uninstantiated** class to use as the command's
cooldown manager. Defaults to :obj:`~CooldownManager`.
Expand Down

0 comments on commit aea8cf4

Please sign in to comment.