From 0c8e5cd2884cd2a08f7555ca242144017ff7cf04 Mon Sep 17 00:00:00 2001 From: Rodrigo Duarte Sousa Date: Mon, 22 Aug 2016 11:57:55 -0300 Subject: [PATCH] Minor docstring fix in mappings.py Remove the $mapping_id parameter in the list() method docstring. Change-Id: I608d445b25406d1b6c7783164584dab3baf90b04 --- keystoneclient/v3/contrib/federation/mappings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystoneclient/v3/contrib/federation/mappings.py b/keystoneclient/v3/contrib/federation/mappings.py index 0a46789e6..24a9c7f42 100644 --- a/keystoneclient/v3/contrib/federation/mappings.py +++ b/keystoneclient/v3/contrib/federation/mappings.py @@ -96,7 +96,7 @@ class MappingManager(base.CrudManager): """List all federation mappings. Utilize Identity API operation: - GET /OS-FEDERATION/mappings/$mapping_id + GET /OS-FEDERATION/mappings """ return super(MappingManager, self).list(**kwargs)