aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/internal_eval/_helpers.py
diff options
context:
space:
mode:
authorGravatar Janine vN <[email protected]>2021-04-11 11:18:28 -0400
committerGravatar GitHub <[email protected]>2021-04-11 11:18:28 -0400
commit87e459836b8d3b0d624ec97fe293f994ba9c8c22 (patch)
tree27119f57df0e4250dcff588360a28627cfe9aec7 /bot/exts/internal_eval/_helpers.py
parentBlind Fixes at Linting (diff)
Correct prefix usage in a doctstring
Corrects the prefix for the a command in the docstring to use Lancebot's prefix. Co-authored-by: Matteo Bertucci <[email protected]>
Diffstat (limited to 'bot/exts/internal_eval/_helpers.py')
-rw-r--r--bot/exts/internal_eval/_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/internal_eval/_helpers.py b/bot/exts/internal_eval/_helpers.py
index a8ae5bef..8b991d98 100644
--- a/bot/exts/internal_eval/_helpers.py
+++ b/bot/exts/internal_eval/_helpers.py
@@ -76,7 +76,7 @@ class EvalContext:
Represents the current `internal eval` context.
The context remembers names set during earlier runs of `internal eval`. To
- clear the context, use the `?internal clear` command.
+ clear the context, use the `.internal clear` command.
"""
def __init__(self, context_vars: Namespace, local_vars: Namespace) -> None: