diff options
author | 2022-10-20 00:11:03 +0100 | |
---|---|---|
committer | 2022-10-20 00:11:03 +0100 | |
commit | 05b636ef1f01d61cd07ce84909a73ed8fb4390bc (patch) | |
tree | 2cbb9f52443146aebf6af9272ac5eedf05fd9fb4 | |
parent | change the signature to include a "zen_rule_index" (diff) |
update doc strings to reflect the usage of the new param
-rw-r--r-- | bot/exts/utils/utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/utils/utils.py b/bot/exts/utils/utils.py index 99484b85e..3e913b6ea 100644 --- a/bot/exts/utils/utils.py +++ b/bot/exts/utils/utils.py @@ -92,8 +92,8 @@ class Utils(Cog): Show the Zen of Python. Without any arguments, the full Zen will be produced. - If an integer is provided, the line with that index will be produced. - If a string is provided, the line which matches best will be produced. + If zen_rule_index is provided, the line with that index will be produced. + If only a string is provided, the line which matches best will be produced. """ embed = Embed( colour=Colour.og_blurple(), |