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:
gaofei 2018-01-24 13:50:00 +08:00 committed by Gao Fei
parent f578e5ee4e
commit 14c4b8bc71
2 changed files with 2 additions and 2 deletions

2
doc/source/contributor/vitrage-api.rst Executable file → Normal file
View 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.

View File

@ -46,7 +46,7 @@ commands = oslo_debug_helper {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
# H106: Dont 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