summaryrefslogtreecommitdiff
path: root/openstackclient/api
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-12-01 23:06:53 +0000
committerGerrit Code Review <review@openstack.org>2014-12-01 23:06:53 +0000
commit1989198eace4c886f02143f17382645f09b5f0d1 (patch)
tree5d05bcc9e41122fa3ea457cd957a426bea791612 /openstackclient/api
parent7e6b68ded99c86a4e24e548445f6ae03262ef259 (diff)
parent6dc128636e6161851272d534d47dfbd422f65161 (diff)
downloadpython-openstackclient-1989198eace4c886f02143f17382645f09b5f0d1.tar.gz
Merge "Enhance the theming for modules page"
Diffstat (limited to 'openstackclient/api')
-rw-r--r--openstackclient/api/api.py1
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')
"""