Skip to content

Commit cff72fb

Browse files
author
The TensorFlow Datasets Authors
committed
Fix annoying python deprecation warning:
tensorflow_datasets/text/mrqa/mrqa.py:264: DeprecationWarning: invalid escape sequence '\&' PiperOrigin-RevId: 521736115
1 parent 8e2e91b commit cff72fb

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_datasets/text/mrqa

1 file changed

+1
-1
lines changed

tensorflow_datasets/text/mrqa/mrqa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class MRQA(tfds.core.GeneratorBasedBuilder):
278278
citation=textwrap.dedent(
279279
"""\
280280
@article{dunn2017searchqa,
281-
title={Searchqa: A new q\&a dataset augmented with context from a search engine},
281+
title={Searchqa: A new q\\&a dataset augmented with context from a search engine},
282282
author={Dunn, Matthew and Sagun, Levent and Higgins, Mike and Guney, V Ugur and Cirik, Volkan and Cho, Kyunghyun},
283283
journal={arXiv preprint arXiv:1704.05179},
284284
year={2017}

0 commit comments

Comments
 (0)