commit | 16771eefe9f9a46d0551a9247177749bbbf2175a | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Wed Jun 26 13:39:59 2013 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Jun 26 13:39:59 2013 +0000 |
tree | 5f0f4b677de4aa520d019d58169c05c67271b707 | |
parent | 4bf3de63fb460fc5b0f833165dbef1cc5aff38a2 [diff] | |
parent | f826380133e8616b78f6719191632b5e21d7da1a [diff] |
Merge "CLI doc missing colon for code block"
diff --git a/tempest/cli/README.rst b/tempest/cli/README.rst index 76b05a3..3eae492 100644 --- a/tempest/cli/README.rst +++ b/tempest/cli/README.rst
@@ -36,7 +36,7 @@ If a test is validating the cli for bad data, it should do it with assertRaises. -A reasonable example of an existing test is as follows: +A reasonable example of an existing test is as follows:: def test_admin_list(self): self.nova('list')