Skip to content

Commit 1f67491

Browse files
committed
config: Small config description fixes.
1 parent 24da243 commit 1f67491

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

matrix/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,8 @@ def __init__(self):
506506
0,
507507
"on",
508508
("Display preformatted code blocks as rectangular areas by "
509-
"padding them with whitespace up to the length of the longest "
510-
"line (with optional margin)"),
509+
"padding them with whitespace up to the length of the longest"
510+
" line (with optional margin)"),
511511
),
512512
Option(
513513
"code_block_margin",
@@ -622,7 +622,7 @@ def __init__(self):
622622
0,
623623
0,
624624
"on",
625-
("If off, messages are only printed after the server confirms"
625+
("If off, messages are only printed after the server confirms "
626626
"their receival. If on, messages are immediately printed but "
627627
"colored differently until receival is confirmed."),
628628
),

0 commit comments

Comments
 (0)