Skip to content

Commit 41832b2

Browse files
author
Kevin Pyle
committed
Python3: libcpychecker: fix Unicode string SyntaxError
1 parent 0659cbb commit 41832b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcpychecker/html/make_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def footer():
161161
"""make the footer"""
162162
return E.E.footer(
163163
E.ATTR(id='footer'),
164-
E.P(u' \xa0|\xa0 '.join((
164+
E.P('  |  '.join((
165165
'Hackathon 7.0',
166166
'Buck G, Alex M, Jason M',
167167
'Yelp HQ 2012',

0 commit comments

Comments
 (0)