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

trivialfix

Change-Id: I10055c61c99984939671bad9421cf2ae3ff89343
This commit is contained in:
Cao Xuan Hoang 2016-09-27 13:24:26 +07:00
parent beca2cc62c
commit 43521275ca
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
""" Brick Connector objects for each supported transport protocol.
"""Brick Connector objects for each supported transport protocol.
.. module: connector

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations under
# the License.
""" Generic RBD connection utilities."""
"""Generic RBD connection utilities."""
import io
from oslo_log import log as logging