Skip to content

Commit

Permalink
fixes #571
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Nov 15, 2021
1 parent f23bda8 commit 51b31cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion twarc/command2.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ def search(
**kwargs,
):
"""
Search for tweets.
Search for tweets. For help on how to write a query see https://developer.twitter.com/en/docs/twitter-api/tweets/search/integrate/build-a-query
"""

kwargs = _process_expansions_shortcuts(kwargs)
Expand Down
2 changes: 1 addition & 1 deletion twarc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "2.8.0"
version = "2.8.1"

0 comments on commit 51b31cd

Please sign in to comment.