Skip to content

Commit

Permalink
Fix docs for raise_for_status default value
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 29, 2018
1 parent 01ed525 commit cffc9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ certification chaining.
allow_redirects=True, max_redirects=10, \
encoding='utf-8', \
version=HttpVersion(major=1, minor=1), \
compress=None, chunked=None, expect100=False, raise_for_status=None, \
compress=None, chunked=None, expect100=False, raise_for_status=False, \
connector=None, loop=None,\
read_until_eof=True, timeout=sentinel)

Expand Down

0 comments on commit cffc9bf

Please sign in to comment.