Replace curly quotes with straight quotes
Curly quotes usually input from Chinese input method. When read from english context, it makes some confusion. Change-Id: I653631f5eb0d2024d7457d576d7dfd9b38543d20
This commit is contained in:
parent
f578e5ee4e
commit
14c4b8bc71
2
doc/source/contributor/vitrage-api.rst
Executable file → Normal file
2
doc/source/contributor/vitrage-api.rst
Executable file → Normal file
@ -1478,7 +1478,7 @@ An event to be posted. Will contain the following fields:
|
||||
A dict of some potential details, copied from the Doctor SB API reference:
|
||||
|
||||
- hostname: the hostname on which the event occurred.
|
||||
- source: the display name of reporter of this event. This is not limited to monitor, other entity can be specified such as ‘KVM’.
|
||||
- source: the display name of reporter of this event. This is not limited to monitor, other entity can be specified such as 'KVM'.
|
||||
- cause: description of the cause of this event which could be different from the type of this event.
|
||||
- severity: the severity of this event set by the monitor.
|
||||
- status: the status of target object in which error occurred.
|
||||
|
2
tox.ini
2
tox.ini
@ -46,7 +46,7 @@ commands = oslo_debug_helper {posargs}
|
||||
|
||||
[flake8]
|
||||
# E123, E125 skipped as they are invalid PEP-8.
|
||||
# H106: Don’t put vim configuration in source files
|
||||
# H106: Don't put vim configuration in source files
|
||||
# H203: Use assertIs(Not)None to check for None
|
||||
|
||||
show-source = True
|
||||
|
Loading…
Reference in New Issue
Block a user