Skip to content

Commit 251db00

Browse files
committed
Fix invalid Unicode sequence in bib file
There is an extra backslash `\` character near an accented i in the bib file that causes an invalid unicode character error when citing the 2015 tensorflow white paper in LaTeX
1 parent 698b3cf commit 251db00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/about/bib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ title={ {TensorFlow}: Large-Scale Machine Learning on Heterogeneous Systems},
4343
url={https://www.tensorflow.org/},
4444
note={Software available from tensorflow.org},
4545
author={
46-
Mart\'{\i}n~Abadi and
46+
Mart\'{i}n~Abadi and
4747
Ashish~Agarwal and
4848
Paul~Barham and
4949
Eugene~Brevdo and

0 commit comments

Comments
 (0)