Skip to content

Commit

Permalink
Merge pull request #5054 from imikay/patch-1
Browse files Browse the repository at this point in the history
Add import statement to README example
  • Loading branch information
kennethreitz committed May 9, 2019
2 parents b5b8c03 + b4f7687 commit b18f765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -16,6 +16,7 @@ consumption.
Behold, the power of Requests:

``` {.sourceCode .python}
>>> import requests
>>> r = requests.get('https://api.github.com/user', auth=('user', 'pass'))
>>> r.status_code
200
Expand Down

0 comments on commit b18f765

Please sign in to comment.