summaryrefslogtreecommitdiff
path: root/redis/commands/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/commands/core.py')
-rw-r--r--redis/commands/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands/core.py b/redis/commands/core.py
index 4cd0a9f..10eb048 100644
--- a/redis/commands/core.py
+++ b/redis/commands/core.py
@@ -5139,7 +5139,7 @@ class ScriptCommands(CommandsProtocol):
"""
The read-only variant of the EVAL command
- Execute the read-only Lue ``script`` specifying the ``numkeys`` the script
+ Execute the read-only Lua ``script`` specifying the ``numkeys`` the script
will touch and the key names and argument values in ``keys_and_args``.
Returns the result of the script.