Improve wording in extended Tweets documentation
authorHarmon <Harmon758@gmail.com>
Wed, 31 Jul 2019 03:19:06 +0000 (22:19 -0500)
committerGitHub <noreply@github.com>
Wed, 31 Jul 2019 03:19:06 +0000 (22:19 -0500)
docs/extended_tweets.rst

index b451389e2f6039026f1d0a6db5e79c0f4e40ca4f..54de44a92e96bccf9d7d6aad8f23b3cbf00c9f22 100644 (file)
@@ -73,7 +73,7 @@ Handling Retweets
 =================
 
 When using extended mode with a Retweet, the ``full_text`` attribute of the
-Status object will be truncated with an ellipsis character instead of
+Status object may be truncated with an ellipsis character instead of
 containing the full text of the Retweet. However, since the
 ``retweeted_status`` attribute (of a Status object that is a Retweet) is
 itself a Status object, the ``full_text`` attribute of the Retweeted Status
@@ -81,7 +81,7 @@ object can be used instead.
 
 This also applies similarly to Status objects/payloads that are Retweets from
 streams. The ``extended_tweet`` attribute/field will be a dictionary with a
-``full_text`` sub-field/key that is truncated with an ellipsis character.
+``full_text`` sub-field/key that may be truncated with an ellipsis character.
 Instead, the ``extended_tweet`` attribute/field of the Retweeted Status (from
 the ``retweeted_status`` attribute/field) can be used.