Skip to content

Commit

Permalink
Removing excess trailing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
martin40701 committed Nov 14, 2020
1 parent b70b520 commit bf583e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ import CloudFlare
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 bf583e2

Please sign in to comment.