Skip to content

Commit

Permalink
Add a missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 27, 2024
1 parent 5f110f0 commit 0cb3c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ def convert_source_suffix(app: Sphinx, config: Config) -> None:
logger.info(__("Converting `source_suffix = %r` to `source_suffix = %r`."),
source_suffix, config.source_suffix)
elif not isinstance(source_suffix, dict):
msg = __("The config value `source_suffix' expects a dictionary,"
msg = __("The config value `source_suffix' expects a dictionary, "
"a string, or a list of strings. Got `%r' instead (type %s).")
raise ConfigError(msg % (source_suffix, type(source_suffix)))

Expand Down

0 comments on commit 0cb3c07

Please sign in to comment.