Fix some spelling and typoes in docs
[kamaki] / kamaki / clients / compute / rest_api.py
index 4db5e13..036b01c 100644 (file)
@@ -64,14 +64,12 @@ class ComputeRestClient(Client):
             host=None,
             success=200,
             **kwargs):
-        """GET base_url/servers/['detail'|<server_id>]
+        """GET base_url/servers/['detail' | <server_id>]
 
         :param server_id: (int or int str) ignored if detail
 
         :param detail: (boolean)
 
-        --- Parameters ---
-
         :param changes-since: A time/date stamp for when the server last
             changed status
 
@@ -116,8 +114,6 @@ class ComputeRestClient(Client):
 
         :param json_data: a json-formated dict that will be send as data
 
-        --- Parameters
-
         :param security_group: (str)
 
         :param user_data: Use to pass configuration information or scripts upon