Comment 4 for bug 1482773

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/211023
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=bc999e2a35281be9883617de7e3b51428b423f64
Submitter: Jenkins
Branch: master

commit bc999e2a35281be9883617de7e3b51428b423f64
Author: Dave Chen <email address hidden>
Date: Mon Aug 10 15:53:34 2015 +0800

    Improve a few random docstrings

    - For triple-quoted strings, always use double quote characters to be
    consistent with the docstring convention in PEP 257.
    - Multi line docstrings should start with a one line summary followed
    by an empty line

    Change-Id: I591cd69f0ec9e7caabf559de09df422911dab91b
    Partial-Bug: 1482773