Skip to content

Commit 7bc19c5

Browse files
committed
Fix syntax error on Python 3.2.
1 parent 71691d3 commit 7bc19c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_backend_pdf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_use14corefonts():
2222
rcParams['font.sans-serif'] = ['Helvetica']
2323
rcParams['pdf.compression'] = 0
2424

25-
text = u'''A three-line text positioned just above a blue line
25+
text = '''A three-line text positioned just above a blue line
2626
and containing some French characters and the euro symbol:
2727
"Merci pépé pour les 10 €"'''
2828

0 commit comments

Comments
 (0)