requests / requests-oauthlib

OAuthlib support for Python-Requests!
https://requests-oauthlib.readthedocs.org/
ISC License
1.71k stars 421 forks source link

Fix typo in PyPI package name in installation instructions #482

Closed kentfrazier closed 2 years ago

kentfrazier commented 2 years ago

The official name of the package in PyPI appears to be requests-oauthlib, with a dash rather than an underscore. Upon further testing it does look like requests_oauthlib also works, as this issues a HTTP 301 (Moved Permanently) to the version with the dash, so this change isn't strictly necessary, but it seems like a good idea for the documentation to point at the canonical name of the package in PyPI. Feel free to close without merging if you disagree. My feelings won't be hurt.

JonathanHuot commented 2 years ago

No concern about the change.

JonathanHuot commented 2 years ago

Merging as the black error has been fixed in master.