From acc3b9963581ad5b875f6f80b517822261775d62 Mon Sep 17 00:00:00 2001 From: Martin407 Date: Sat, 14 Nov 2020 12:58:07 -0500 Subject: [PATCH] Removing excess trailing parenthesis --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fe91324..6dbb6f4 100644 --- a/README.rst +++ b/README.rst @@ -210,7 +210,7 @@ parameters. cf = CloudFlare.CloudFlare() # A minimal call with debug enabled - cf = CloudFlare.CloudFlare(debug=True)) + cf = CloudFlare.CloudFlare(debug=True) # An authenticated call using an API Token (note the missing email) cf = CloudFlare.CloudFlare(token='00000000000000000000000000000000')