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')