From 1ddc4b079c83583a9502bf10935de199d2057277 Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Thu, 21 May 2020 14:47:57 -0700 Subject: [PATCH] Add a missing ) --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 4eabaef..aca82fd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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).