summaryrefslogtreecommitdiffstats
path: root/iredis/entry.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-25 20:03:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-25 20:04:46 +0000
commit668977aa6a04dbdfb1c4856dbf8577800505873e (patch)
tree79658cc59958112ece04da15d09433c7d779eff2 /iredis/entry.py
parentReleasing debian version 1.10.0-1. (diff)
downloadiredis-668977aa6a04dbdfb1c4856dbf8577800505873e.tar.xz
iredis-668977aa6a04dbdfb1c4856dbf8577800505873e.zip
Merging upstream version 1.11.0:
- compatible with mistune 2.0 (Closes: #1003572). Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'iredis/entry.py')
-rw-r--r--iredis/entry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iredis/entry.py b/iredis/entry.py
index eb57668..2a9dc05 100644
--- a/iredis/entry.py
+++ b/iredis/entry.py
@@ -160,7 +160,7 @@ class Rainbow:
def prompt_message(client):
- # TODO custome prompt
+ # TODO custom prompt
text = "{hostname}> ".format(hostname=str(client))
if config.rainbow:
return list(zip(Rainbow(), text))