summaryrefslogtreecommitdiff
path: root/openstackclient/common/commandmanager.py
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-11-18 00:16:21 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2014-11-18 22:07:57 -0500
commit6dc128636e6161851272d534d47dfbd422f65161 (patch)
tree872ddb6606e39ed40b29ab35748b8b8baf735cc5 /openstackclient/common/commandmanager.py
parent3b1c308b11adebd4914d3947cb8f3ffb18dfba24 (diff)
downloadpython-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/common/commandmanager.py')
-rw-r--r--openstackclient/common/commandmanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/common/commandmanager.py b/openstackclient/common/commandmanager.py
index 2d9575d9..b34bf7d6 100644
--- a/openstackclient/common/commandmanager.py
+++ b/openstackclient/common/commandmanager.py
@@ -28,7 +28,7 @@ class CommandManager(cliff.commandmanager.CommandManager):
"""Add additional functionality to cliff.CommandManager
Load additional command groups after initialization
- Add *_command_group() methods
+ Add _command_group() methods
"""
def __init__(self, namespace, convert_underscores=True):