##// END OF EJS Templates
encoding: fix bad type annotation...
Augie Fackler -
r44036:7edc07fb default
parent child Browse files
Show More
@@ -205,7 +205,7 b' def tolocal(s):'
205 205
206 206
207 207 def fromlocal(s):
208 # type: (bytes) -> Text
208 # type: (bytes) -> bytes
209 209 """
210 210 Convert a string from the local character encoding to UTF-8
211 211
General Comments 0
You need to be logged in to leave comments. Login now