From 1f67491325d3c0030b41aeaeecd0bf78a24c0108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 31 Jan 2019 10:51:51 +0100 Subject: [PATCH] config: Small config description fixes. --- matrix/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/matrix/config.py b/matrix/config.py index 281058e..d8676db 100644 --- a/matrix/config.py +++ b/matrix/config.py @@ -506,8 +506,8 @@ class MatrixConfig(WeechatConfig): 0, "on", ("Display preformatted code blocks as rectangular areas by " - "padding them with whitespace up to the length of the longest " - "line (with optional margin)"), + "padding them with whitespace up to the length of the longest" + " line (with optional margin)"), ), Option( "code_block_margin", @@ -622,7 +622,7 @@ class MatrixConfig(WeechatConfig): 0, 0, "on", - ("If off, messages are only printed after the server confirms" + ("If off, messages are only printed after the server confirms " "their receival. If on, messages are immediately printed but " "colored differently until receival is confirmed."), ),