Skip to content

Commit df3a941

Browse files
authored
Update testtools/compat.py
1 parent b0df5a1 commit df3a941

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testtools/compat.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import os
1919
import sys
2020
import unicodedata
21-
# ensure retrocompatibility < 3.10
21+
# Ensure retro-compatibility with older testtools releases
2222
from io import StringIO, BytesIO
2323

2424

@@ -154,4 +154,3 @@ def _get_exception_encoding():
154154
# setting that can change after the message is formatted.
155155
return locale.getlocale(locale.LC_MESSAGES)[1] or "ascii"
156156

157-

0 commit comments

Comments
 (0)