Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docstring is out of date? #481

Open
scottpham opened this issue Jan 21, 2018 · 1 comment
Open

Docstring is out of date? #481

scottpham opened this issue Jan 21, 2018 · 1 comment

Comments

@scottpham
Copy link

It looks like the docstring on many functions are out of date. Namely, the URL references to Twitter documentation are incorrect.

For instance, the docstring for Twython.search returns:

search(self, **params)
    Returns a collection of relevant Tweets matching a specified query.

    Docs: https://dev.twitter.com/docs/api/1.1/get/search/tweets

The url given 404s. In this case I think it should be https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets.html

@michaelhelmick
Copy link
Collaborator

Hi @scottpham, thanks for pointing this out. The docs point to their old documentation. Feel free to open up a pull request replacing all the references to dev.twitter.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants