Fix #3204: Fix typo

This commit is contained in:
Takeshi KOMIYA
2016-12-10 16:41:18 +09:00
parent 77b41309d7
commit e6ca4ee919

View File

@@ -233,7 +233,7 @@ def validate_config_values(app):
app.config.latex_toplevel_sectioning = 'parts'
if app.config.latex_use_modindex is not True: # changed by user
app.warn('latex_use_modeindex is deprecated. Use latex_domain_indices instead.')
app.warn('latex_use_modindex is deprecated. Use latex_domain_indices instead.')
if app.config.latex_preamble:
if app.config.latex_elements.get('preamble'):