Fix a typo in notifications function doc

Change-Id: I8e385146bfdddc122acfc5485fbbacd7bb8d9f5c
This commit is contained in:
Boris Bobrov 2015-11-27 19:18:07 +03:00
parent c92e1b8726
commit c87f7c6fb1
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ class CadfRoleAssignmentNotificationWrapper(object):
Sends a CADF notification if the wrapped method does not raise an
``Exception`` (such as ``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'