From e6ca4ee919d1b72383cc11484e978b1c7503ea0b Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 10 Dec 2016 16:41:18 +0900 Subject: [PATCH] Fix #3204: Fix typo --- sphinx/builders/latex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/builders/latex.py b/sphinx/builders/latex.py index 0ef0d70d487..f4c9cf60831 100644 --- a/sphinx/builders/latex.py +++ b/sphinx/builders/latex.py @@ -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'):