Merge "Fix a typo in notifications function doc"

This commit is contained in:
Jenkins 2015-12-01 21:18:31 +00:00 committed by Gerrit Code Review
commit 5fb8db8a5d
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ class CadfRoleAssignmentNotificationWrapper(object):
Sends a CADF notification if the wrapped method does not raise an
:class:`Exception` (such as :class:`keystone.exception.NotFound`).
:param operation: one of the values from ACTIONS (create or delete)
:param operation: one of the values from ACTIONS (created or deleted)
"""
ROLE_ASSIGNMENT = 'role_assignment'