From: Harmon Date: Mon, 6 Jan 2020 14:07:10 +0000 (-0600) Subject: Fix documentation for id parameter of API.get_direct_message X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=87bfa03b5e69937d51598ac037aa08429df23b71;p=tweepy.git Fix documentation for id parameter of API.get_direct_message --- diff --git a/docs/api.rst b/docs/api.rst index e60ea78..3c43335 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -382,7 +382,7 @@ Direct Message Methods Returns a specific direct message. - :param id: |id| + :param id: The id of the Direct Message event that should be returned. :param full_text: |full_text| :rtype: :class:`DirectMessage` object