From 15e4e74c7724e6a67941b832f5d18d12b0b84d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 2 Oct 2018 16:39:54 +0200 Subject: [PATCH] commands: Style fixes. --- matrix/commands.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/matrix/commands.py b/matrix/commands.py index 3c19b65..112092c 100644 --- a/matrix/commands.py +++ b/matrix/commands.py @@ -135,9 +135,11 @@ def hook_commands(): ('[:""] []'), # Description ( - "message-number: number of message to redact (starting from 1 for\n" + "message-number: number of message to redact " + "(starting from 1 for\n" " the last message received, counting up)\n" - " message-part: an initial part of the message (ignored, only used\n" + " message-part: an initial part of the message (ignored, only " + "used\n" " as visual feedback when using completion)\n" " reason: the redaction reason\n" ),