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
This commit is contained in:
parent
063f17265a
commit
9822135f00
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user