Fix typo in policy docstring
Change-Id: I778d7dd74f05f0db1a1e61fc64619fba7fca4c28 Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
		@@ -82,7 +82,7 @@ def enforce(context, action, target):
 | 
				
			|||||||
           for object creation this should be a dictionary representing the
 | 
					           for object creation this should be a dictionary representing the
 | 
				
			||||||
           location of the object e.g. ``{'project_id': context.project_id}``
 | 
					           location of the object e.g. ``{'project_id': context.project_id}``
 | 
				
			||||||
 | 
					
 | 
				
			||||||
       :raises nova.exception.PolicyNotAllowed: if verification fails.
 | 
					       :raises nova.exception.PolicyNotAuthorized: if verification fails.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    """
 | 
					    """
 | 
				
			||||||
    init()
 | 
					    init()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user