Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclips4 committed Nov 20, 2023
1 parent 4102839 commit bfbb393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_unicodedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def test_failed_import_during_compiling(self):
# have been loaded in this process.
result = script_helper.assert_python_failure("-c", code)
error = "SyntaxError: (unicode error) \\N escapes not supported " \
"(can't load unicodedata module)"
"(can't load unicodedata module)"
self.assertIn(error, result.err.decode("ascii"))

def test_decimal_numeric_consistent(self):
Expand Down

0 comments on commit bfbb393

Please sign in to comment.