Skip to content

Commit 0cb3c07

Browse files
committed
Add a missing space
1 parent 5f110f0 commit 0cb3c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ def convert_source_suffix(app: Sphinx, config: Config) -> None:
590590
logger.info(__("Converting `source_suffix = %r` to `source_suffix = %r`."),
591591
source_suffix, config.source_suffix)
592592
elif not isinstance(source_suffix, dict):
593-
msg = __("The config value `source_suffix' expects a dictionary,"
593+
msg = __("The config value `source_suffix' expects a dictionary, "
594594
"a string, or a list of strings. Got `%r' instead (type %s).")
595595
raise ConfigError(msg % (source_suffix, type(source_suffix)))
596596

0 commit comments

Comments
 (0)