Browse Source

Explain statement

pull/184/head
Oliverpool 9 years ago
parent
commit
4ec1152fea
  1. 1
      patacrep/index.py

1
patacrep/index.py

@ -77,6 +77,7 @@ class Index(object):
def add_keyword(self, key, word):
"""Add 'word' to self.keywords[key]."""
# Because LaTeX uses 'sep'
if key == 'sep':
key = 'separators'
if key not in self.keywords:

Loading…
Cancel
Save