diff options
| author | Clenimar Filemon <clenimar@lsd.ufcg.edu.br> | 2016-07-01 19:19:55 -0300 |
|---|---|---|
| committer | Clenimar Filemon <clenimar@lsd.ufcg.edu.br> | 2016-07-01 19:19:55 -0300 |
| commit | 3832d5342f9b61d5ddce22d00863026064b257f4 (patch) | |
| tree | f9517d65c9b9765d408ad00237fa22d903591c90 /doc/source | |
| parent | 1828552b9c6fada3f51a9fd9896737c1cd2ed6e7 (diff) | |
| download | python-neutronclient-3832d5342f9b61d5ddce22d00863026064b257f4.tar.gz | |
Trivial: missing comma in the docs
Change-Id: Ib4719a651d78a875c70769f9b8611f1f6c103673
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/usage/cli.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/usage/cli.rst b/doc/source/usage/cli.rst index e898386..93a5e66 100644 --- a/doc/source/usage/cli.rst +++ b/doc/source/usage/cli.rst @@ -284,9 +284,9 @@ will send the following in the API layer:: { "key": { - "key1": "val1" + "key1": "val1", "key2": "val2", - "key3": "val3", + "key3": "val3" } } |
