Skip to content

Commit 0ee68a4

Browse files
committed
comments, formatting
1 parent 3e9631b commit 0ee68a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twarc_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def _inline_referenced_tweets(self, tweet):
241241
referenced_tweet["__twarc"] = (
242242
tweet["__twarc"] if "__twarc" in tweet else None
243243
)
244-
# write tweet as new row if referenced tweet exists:
244+
# write tweet as new row if referenced tweet exists (has more than the 3 default fields):
245245
if len(referenced_tweet.keys()) > 3:
246246
yield referenced_tweet
247247
else:

0 commit comments

Comments
 (0)