summaryrefslogtreecommitdiff
path: root/sphinx/highlighting.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-12-15 15:43:44 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-12-15 17:19:56 -0800
commit5bf25eb44529cb0546b9b690a142ca7529a062f0 (patch)
tree13ae675ba4ec81e0eb0b39c71c114124affbfadc /sphinx/highlighting.py
parent6113261948523ef6cad74621dec10e0cbf0189c7 (diff)
downloadsphinx-git-5bf25eb44529cb0546b9b690a142ca7529a062f0.tar.gz
Avoid respecifying default encoding for .encode()/.decode() calls
In Python 3, both .encode() and .decode() default the encoding to 'utf-8'. See the docs: https://docs.python.org/3/library/stdtypes.html#str.encode https://docs.python.org/3/library/stdtypes.html#bytes.decode Simplify and shorten the code by using the default instead of respecifying it.
Diffstat (limited to 'sphinx/highlighting.py')
0 files changed, 0 insertions, 0 deletions