mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
refactor: Remove u-prefix from strings
This commit is contained in:
@@ -303,7 +303,7 @@ def test_output_with_unencodable_char(app, status, warning):
|
||||
# info with UnicodeEncodeError
|
||||
status.truncate(0)
|
||||
status.seek(0)
|
||||
logger.info(u"unicode \u206d...")
|
||||
logger.info("unicode \u206d...")
|
||||
assert status.getvalue() == "unicode ?...\n"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user