Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit c2cb66a

Browse files
authored
Merge pull request #106 from Martin407/patch-2
Removing excess trailing parenthesis
2 parents dc14687 + bf583e2 commit c2cb66a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ import CloudFlare
185185
cf = CloudFlare.CloudFlare()
186186

187187
# A minimal call with debug enabled
188-
cf = CloudFlare.CloudFlare(debug=True))
188+
cf = CloudFlare.CloudFlare(debug=True)
189189

190190
# An authenticated call using an API Token (note the missing email)
191191
cf = CloudFlare.CloudFlare(token='00000000000000000000000000000000')

0 commit comments

Comments
 (0)