summaryrefslogtreecommitdiff
path: root/adminnotes.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-08-13 00:30:54 +0200
committerjomo <github@jomo.tv>2015-08-13 00:30:54 +0200
commit45008c0443052bc80842e29567c3fed356dc5156 (patch)
tree3ddf6d8fa06cd5f961abe467aa342d92f1b0593d /adminnotes.py
parent34eed808dc9d609295551ee51d441daf430b07f8 (diff)
remove trailing whitespace, replace tabs with 4x space
Diffstat (limited to 'adminnotes.py')
-rw-r--r--adminnotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/adminnotes.py b/adminnotes.py
index 9c6d16f..f486c7e 100644
--- a/adminnotes.py
+++ b/adminnotes.py
@@ -92,7 +92,7 @@ def adminnotes_command(sender, command, label, args):
show_an_help(sender)
return
if not args[1].isdigit():
- msg(sender, "&cThe ID has to be numeric (check /an if you're unsure)")
+ msg(sender, "&cThe ID has to be numeric (check /an if you're unsure)")
return
note_id = int(args[1])-1
if note_id >= len(notes):