Skip to content

Commit

Permalink
Add a missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
alanyee authored May 21, 2020
1 parent a4df0af commit 1ddc4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ You may control the browser's policy by using the methods of
br.set_request_gzip(True)
# Do not verify SSL certificates
import ssl
br.set_ca_data(context=ssl._create_unverified_context(cert_reqs=ssl.CERT_NONE)
br.set_ca_data(context=ssl._create_unverified_context(cert_reqs=ssl.CERT_NONE))
# Log information about HTTP redirects and Refreshes.
br.set_debug_redirects(True)
# Log HTTP response bodies (i.e. the HTML, most of the time).
Expand Down

0 comments on commit 1ddc4b0

Please # to comment.