Skip to content

Commit

Permalink
Merge pull request #107 from Martin407/patch-1
Browse files Browse the repository at this point in the history
Removing excess trailing parenthesis
  • Loading branch information
mahtin committed Dec 31, 2020
2 parents c2cb66a + acc3b99 commit cd535c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit cd535c1

Please sign in to comment.