Comment 2 for bug 1474972

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

Reviewed: https://review.openstack.org/202222
Committed: https://git.openstack.org/cgit/openstack/django_openstack_auth/commit/?id=1524a22dcf4385ccc5091c0bf511a9ed01d45b25
Submitter: Jenkins
Branch: master

commit 1524a22dcf4385ccc5091c0bf511a9ed01d45b25
Author: David Lyle <email address hidden>
Date: Wed Jul 15 12:05:52 2015 -0600

    Fixing docstring formatting for param

    Currently, ''.. param:' is being used. The correct format for sphinx is
    ':param <name>:'

    The current format raises errors when building the docs. This patch
    corrects the formatting and eliminates the errors.

    Closes-Bug: #1474972
    Change-Id: I924f860dfe91c4c785d9c656825c31038072dd07