We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992d4d7 commit c54becdCopy full SHA for c54becd
1 file changed
myst_nb/__init__.py
@@ -210,7 +210,7 @@ def validate_config_values(app: Sphinx, config):
210
for name, converter in app.config["nb_custom_formats"].items():
211
if not isinstance(name, str):
212
raise MystNbConfigError(
213
- f"'nb_custom_formats' keys should br a string: {name}"
+ f"'nb_custom_formats' keys should be a string: {name}"
214
)
215
if isinstance(converter, str):
216
app.config["nb_custom_formats"][name] = (converter, {})
0 commit comments