diff options
author | 2021-04-11 11:18:28 -0400 | |
---|---|---|
committer | 2021-04-11 11:18:28 -0400 | |
commit | 87e459836b8d3b0d624ec97fe293f994ba9c8c22 (patch) | |
tree | 27119f57df0e4250dcff588360a28627cfe9aec7 | |
parent | Blind 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]>
-rw-r--r-- | bot/exts/internal_eval/_helpers.py | 2 |
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: |