Fix some inconsistency in docstrings

According to http://docs.openstack.org/developer/hacking/#docstrings

Change-Id: I328884f0743d6bb57acd20cc8c4fc644ea8446e3
This commit is contained in:
lei zhang 2015-12-03 01:56:19 +08:00 committed by Jacky_lei_zhang
parent 190312dceb
commit 4d168fea3d
1 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,7 @@ class Loader(object):
def __init__(self, conf):
"""Initialize the loader, and attempt to find the config.
:param conf
:param conf: Application config
:returns: None
"""
@ -344,7 +344,7 @@ class Loader(object):
:param name: Name of the application to load.
:returns: Paste URLMap object wrapping the requested application.
:raises: `PasteAppNotFound`
:raises: PasteAppNotFound
"""
try: