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

Commit bf583e2

Browse files
authored
Removing excess trailing parenthesis
1 parent b70b520 commit bf583e2

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)