From 9822135f00485304925328d32ff9edf291d90efc Mon Sep 17 00:00:00 2001 From: Rushi Agrawal Date: Wed, 16 Dec 2015 14:09:40 +0530 Subject: Docstring: Mark optional parameter as optional. In client.Client, providing version number is optional. So write '(optional)' in the docstring describing this parameter. Change-Id: I5e355515de8d043bda85b5abf43c549b4ba22d61 --- keystoneclient/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keystoneclient') diff --git a/keystoneclient/client.py b/keystoneclient/client.py index 762b90b..5da9794 100644 --- a/keystoneclient/client.py +++ b/keystoneclient/client.py @@ -40,7 +40,7 @@ def Client(version=None, unstable=False, session=None, **kwargs): specified the client will be selected such that the major version is equivalent and an endpoint provides at least the specified minor version. For example to - specify the 3.1 API use ``(3, 1)``. + specify the 3.1 API use ``(3, 1)``. (optional) :param bool unstable: Accept endpoints not marked as 'stable'. (optional) :param session: A session object to be used for communication. If one is not provided it will be constructed from the provided -- cgit v1.2.1