Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flatlatex/conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def __latexfun_comb(self, comb, inputs):
return comb[1] + "(" + expr + ")"

def add_newcommand(self, one_newcommand):
"""Add a command definiton using LaTeX syntax.
"""Add a command definition using LaTeX syntax.

:param expr: a valid \\newcommand (or \\renewcommand or \\def)
definition.
Expand Down