Trivial-fix: Remove non ascii char

E.g. U+2018 LEFT SINGLE QUOTATION MARK

Change-Id: Ie7a6a04781a9b331cec6a1c9a89a1bb52f9134cd
This commit is contained in:
Yushiro FURUKAWA 2017-06-07 04:00:51 +09:00
parent 43d6d29f13
commit 9ba1fd0db4
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ commands = python setup.py build_sphinx
# E126 continuation line over-indented for hanging indent
# E128 continuation line under-indented for visual indent
# E129 visually indented line with same indent as next logical line
# E265 block comment should start with #
# E265 block comment should start with '# '
# H404 multi line docstring should start with a summary
# H405 multi line docstring summary not separated with an empty line
# TODO(dougwig) -- uncomment this to test for remaining linkages