mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5092 from rneubert/patch-1
Fix typo in error message
This commit is contained in:
commit
ee028c2e02
@ -365,7 +365,7 @@ def eval_config_file(filename, tags):
|
|||||||
"called sys.exit()")
|
"called sys.exit()")
|
||||||
raise ConfigError(msg)
|
raise ConfigError(msg)
|
||||||
except Exception:
|
except Exception:
|
||||||
msg = __("There is a programable error in your configuration file:\n\n%s")
|
msg = __("There is a programmable error in your configuration file:\n\n%s")
|
||||||
raise ConfigError(msg % traceback.format_exc())
|
raise ConfigError(msg % traceback.format_exc())
|
||||||
|
|
||||||
return namespace
|
return namespace
|
||||||
|
Loading…
Reference in New Issue
Block a user