refactor: Remove u-prefix from strings

This commit is contained in:
Takeshi KOMIYA
2018-12-15 23:02:28 +09:00
parent d160adb811
commit c6bd84a614
88 changed files with 1125 additions and 1145 deletions

View File

@@ -42,7 +42,7 @@ def test_events(app, status, warning):
def test_emit_with_nonascii_name_node(app, status, warning):
node = nodes.section(names=[u'\u65e5\u672c\u8a9e'])
node = nodes.section(names=['\u65e5\u672c\u8a9e'])
app.emit('my_event', node)