Skip to content

Commit

Permalink
DOC: Update the LaTeX author. (pandas-dev#29184)
Browse files Browse the repository at this point in the history
The LaTeX engine did not like the newlines. It caused an
undefined control sequence.
  • Loading branch information
TomAugspurger authored Oct 23, 2019
1 parent ee59b7d commit 0e60bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
"index",
"pandas.tex",
"pandas: powerful Python data analysis toolkit",
r"Wes McKinney\n\& PyData Development Team",
"Wes McKinney and the Pandas Development Team",
"manual",
)
]
Expand Down

0 comments on commit 0e60bc9

Please sign in to comment.