Skip to content

Commit 1ddc4b0

Browse files
authored
Add a missing )
1 parent a4df0af commit 1ddc4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You may control the browser's policy by using the methods of
9999
br.set_request_gzip(True)
100100
# Do not verify SSL certificates
101101
import ssl
102-
br.set_ca_data(context=ssl._create_unverified_context(cert_reqs=ssl.CERT_NONE)
102+
br.set_ca_data(context=ssl._create_unverified_context(cert_reqs=ssl.CERT_NONE))
103103
# Log information about HTTP redirects and Refreshes.
104104
br.set_debug_redirects(True)
105105
# Log HTTP response bodies (i.e. the HTML, most of the time).

0 commit comments

Comments
 (0)