Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 9, 2016
1 parent f8688fb commit e4e1e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyquickhelper/sphinxext/sphinx_mathdef_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def run(self):

# index node
index = self.options.get('index', None)
imposed = ",".join(a for a in [mathtag, title] if a)
imposed = ",".join(a for a in [mathtag, ttitle] if a)
if index is None or len(index.strip()) == 0:
index = imposed
else:
Expand Down

0 comments on commit e4e1e05

Please sign in to comment.