Commit f07e5a9e authored by Gregory P. Smith's avatar Gregory P. Smith

issue3715: docstring representation of hex escaped string needs to be double

escaped.
parent 51eb7a9d
...@@ -45,7 +45,7 @@ spammish repetition': ...@@ -45,7 +45,7 @@ spammish repetition':
>>> m.update("Nobody inspects") >>> m.update("Nobody inspects")
>>> m.update(" the spammish repetition") >>> m.update(" the spammish repetition")
>>> m.digest() >>> m.digest()
'\xbbd\x9c\x83\xdd\x1e\xa5\xc9\xd9\xde\xc9\xa1\x8d\xf0\xff\xe9' '\\xbbd\\x9c\\x83\\xdd\\x1e\\xa5\\xc9\\xd9\\xde\\xc9\\xa1\\x8d\\xf0\\xff\\xe9'
More condensed: More condensed:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment