Replace full-width quotes with half-width quotes

The comment in tox.ini line 36 use full-width quotes between hashtag(#).
I think should replace them with half-width quotes.

Change-Id: I38b09f5de04add396deb969272657f765aece716
Closes-Bug: #1523795
This commit is contained in:
kexiaodong 2015-12-08 00:23:49 -08:00
parent 22653141d8
commit 3dccf601a6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,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 '# '
# H305 imports not grouped correctly
# H307 like imports should be grouped together
# H402 one line docstring needs punctuation