diff options
| -rw-r--r-- | bot/exts/utils/snekbox.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/utils/snekbox.py b/bot/exts/utils/snekbox.py index b5ba7335b..b89882a65 100644 --- a/bot/exts/utils/snekbox.py +++ b/bot/exts/utils/snekbox.py @@ -317,7 +317,7 @@ class Snekbox(Cog):      @staticmethod      def prepare_timeit_input(codeblocks: list[str]) -> list[str]:          """ -        Join the codeblocks into a single string, then return the code and the arguments in a tuple. +        Join the codeblocks into a single string, then return the arguments in a list.          If there are multiple codeblocks, insert the first one into the wrapped setup code.          """ | 
