Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
phfaist committed Apr 21, 2020
1 parent e215598 commit 794f21b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pylatexenc/latex2text/_defaultspecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ def _latex_today():
('date', lambda n, l2tobj: \
setattr(l2tobj, '_doc_date', l2tobj.nodelist_to_text(n.nodeargd.argnlist[0:1]))),
('maketitle', lambda n, l2tobj: \
_format_maketitle(getattr(l2tobj, '_doc_title', '[NO \title GIVEN]'),
getattr(l2tobj, '_doc_author', '[NO \author GIVEN]'),
_format_maketitle(getattr(l2tobj, '_doc_title', r'[NO \title GIVEN]'),
getattr(l2tobj, '_doc_author', r'[NO \author GIVEN]'),
getattr(l2tobj, '_doc_date', _latex_today()))),

('today', _latex_today()),
Expand Down

0 comments on commit 794f21b

Please sign in to comment.