Skip to content

Commit c2e9442

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0abdb01 commit c2e9442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rst_to_myst/states.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def directive(self, match, **option_presets):
161161
) = self.parse_directive_block(indented, line_offset, directive_class)
162162
except states.MarkupError as error:
163163
self.reporter.warning(
164-
f'Error in {type_name!r} directive parse:\n{" ".join(error.args)}',
164+
f"Error in {type_name!r} directive parse:\n{' '.join(error.args)}",
165165
nodes.literal_block(block_text, block_text),
166166
line=lineno,
167167
)

0 commit comments

Comments
 (0)