mercurial/encoding.py
changeset 43637 7edc07fb890c
parent 43506 9f70512ae2cf
child 43679 7cf332318f62
--- a/mercurial/encoding.py	Thu Nov 14 13:13:36 2019 -0500
+++ b/mercurial/encoding.py	Wed Nov 13 20:32:24 2019 -0500
@@ -205,7 +205,7 @@
 
 
 def fromlocal(s):
-    # type: (bytes) -> Text
+    # type: (bytes) -> bytes
     """
     Convert a string from the local character encoding to UTF-8