diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-12-16 09:55:01 -0800 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-12-16 10:03:45 -0800 |
commit | 2b0096fba98f8c550d64bbbfda8c15453e3f6126 (patch) | |
tree | 25505faaef86e98bd7ef05fb456e7369955f6518 /sphinx/directives/code.py | |
parent | 6461ea233b393abb12a800213e03f12b0b963f3e (diff) | |
download | sphinx-git-2b0096fba98f8c550d64bbbfda8c15453e3f6126.tar.gz |
Remove redundant coerce to str in string formatting
When an object is passed to a string format placeholder '%s', Python
will implicitly call str() on the object. This applies to print() and
logging as well.
Diffstat (limited to 'sphinx/directives/code.py')
0 files changed, 0 insertions, 0 deletions