Skip to content

Commit

Permalink
Fix sphinx-doc#3204: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Dec 10, 2016
1 parent 77b4130 commit e6ca4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/builders/latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit e6ca4ee

Please sign in to comment.