diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2014-11-18 00:16:21 -0500 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2014-11-18 22:07:57 -0500 |
| commit | 6dc128636e6161851272d534d47dfbd422f65161 (patch) | |
| tree | 872ddb6606e39ed40b29ab35748b8b8baf735cc5 /openstackclient/api/api.py | |
| parent | 3b1c308b11adebd4914d3947cb8f3ffb18dfba24 (diff) | |
| download | python-openstackclient-6dc128636e6161851272d534d47dfbd422f65161.tar.gz | |
Enhance the theming for modules page
Also fixes a few small docstring syntax errors
Change-Id: I85eb968e32c1191cf5d60d02deff2ab7f3291074
Diffstat (limited to 'openstackclient/api/api.py')
| -rw-r--r-- | openstackclient/api/api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/api/api.py b/openstackclient/api/api.py index 72a66e1c..67386aaf 100644 --- a/openstackclient/api/api.py +++ b/openstackclient/api/api.py @@ -227,6 +227,7 @@ class BaseAPI(KeystoneSession): attribute to use for resource search :param string resource: plural of the object resource name; defaults to path + For example: n = find(netclient, 'network', 'networks', 'matrix') """ |
