commit | f826380133e8616b78f6719191632b5e21d7da1a | [log] [tgz] |
---|---|---|
author | Michael Chapman <michchap@cisco.com> | Tue Jun 25 15:17:24 2013 +1000 |
committer | Michael Chapman <michchap@cisco.com> | Tue Jun 25 15:17:24 2013 +1000 |
tree | 728f314c704d188e0cc337303111e8664cf96961 | |
parent | 74af42c714de3eec4657a9cfd7ae7d0570b73828 [diff] |
CLI doc missing colon for code block bug 1194360 Added double colon to indicate a code block for the bottom of this page: http://docs.openstack.org/developer/tempest/field_guide/cli.html Change-Id: Icb555adee6716071fa7afb58ee2f83e7a745a585
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')