Docstrings should not start with a space

As per OpenStack Docstrings guide lines [1]:
[H401] Docstrings should not start with a space.

[1] http://docs.openstack.org/developer/hacking/#docstrings

Change-Id: I86bae8ae117aee31917870ae6914b139a3b40a0f
This commit is contained in:
Cao Xuan Hoang 2016-11-15 16:06:23 +07:00
parent c442deaaba
commit 0d494be2f9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ from refstack.api import config as api_config
def get_pecan_config():
""" Get path to pecan configuration file """
"""Get path to pecan configuration file"""
filename = api_config.__file__.replace('.pyc', '.py')
return filename