Skip to content

Commit 88d4598

Browse files
author
Chang She
committed
BUG: fixed doc bug that caused latex build to fail
1 parent bf24403 commit 88d4598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
latex_documents = [
210210
('index', 'pandas.tex',
211211
u'pandas: powerful Python data analysis toolkit',
212-
u'Wes McKinney\n& PyData Development Team', 'manual'),
212+
u'Wes McKinney\n\& PyData Development Team', 'manual'),
213213
]
214214

215215
# The name of an image file (relative to this directory) to place at the top of

0 commit comments

Comments
 (0)