diff --git a/Status-Methods.textile b/Status-Methods.textile index 936e776..7dbfc43 100644 --- a/Status-Methods.textile +++ b/Status-Methods.textile @@ -1,14 +1,13 @@ h2. Status methods The methods below deal with showing, updating, and deleting status messages on Twitter. - Opening remark: all examples have been tested on Twython 1.4.3 + Opening remark: All examples have been tested on Twython 1.4.3. h3. updateStatus() -Updates your status on Twitter - requires authentication - -Parameters +Updates your status on Twitter - requires authentication. +Parameters: * status: (Required) The status message you're updating with. * in_reply_to_status_id: (Optional) An optional status ID that this message is in reply to. @@ -26,13 +25,11 @@ twitter.updateStatus(status="See how easy this was?") - h3. destroyStatus() -Destroys a status message for the authenticating account. Self explanatory. Requires authentication - -Parameters +Destroys a status message for the authenticating account. Self explanatory. Requires authentication. +Parameters: * id: The numerical id of the status message you're deleting.
@@ -53,8 +50,7 @@ h3. showStatus()
 
 Returns an object containing the status represented by the numerical ID passed in.
 
-Parameters
-
+Parameters:
 * id: (Required) The numerical ID of the status to retrieve.