Debugger: Fix typo in comment

Change-Id: I0bea97b8f452c250135a5cf7a364665ddbd24df2
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-07-07 17:20:02 +02:00
parent 153bfbba0e
commit c4b9af6841
+1 -1
View File
@@ -460,7 +460,7 @@ class DumperBase:
return s.decode("hex")
return bytes.fromhex(s).decode("utf8")
# Hex decoding operating on str or bytes, return str.
# Hex encoding operating on str or bytes, return str.
def hexencode(self, s):
if sys.version_info[0] == 2:
return s.encode("hex")