Skip to content

Commit

Permalink
Merge pull request psf#5614 from smstong/master
Browse files Browse the repository at this point in the history
small typo corrected.
  • Loading branch information
sigmavirus24 authored and LuandoAV committed Nov 8, 2020
2 parents 4f6c018 + 4840d4a commit f7d5aba
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/aws.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/requests3.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions NOTICE
@@ -1,2 +1,3 @@
Requests
Copyright 2019 Kenneth Reitz
teste Luando
4 changes: 2 additions & 2 deletions README.md
@@ -1,8 +1,8 @@
# Requests
# Requests teste4

**Requests** is a simple, yet elegant HTTP library.
#exemplo de commit

```python
>>> import requests
>>> r = requests.get('https://api.github.com/user', auth=('user', 'pass'))
>>> r.status_code
Expand Down
2 changes: 1 addition & 1 deletion docs/user/advanced.rst
Expand Up @@ -487,7 +487,7 @@ they are added.
Custom Authentication
---------------------

Requests allows you to use specify your own authentication mechanism.
Requests allows you to specify your own authentication mechanism.

Any callable which is passed as the ``auth`` argument to a request method will
have the opportunity to modify the request before it is dispatched.
Expand Down

0 comments on commit f7d5aba

Please sign in to comment.