Skip to content

Commit cd535c1

Browse files
authored
Merge pull request cloudflare#107 from Martin407/patch-1
Removing excess trailing parenthesis
2 parents c2cb66a + acc3b99 commit cd535c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ parameters.
210210
cf = CloudFlare.CloudFlare()
211211
212212
# A minimal call with debug enabled
213-
cf = CloudFlare.CloudFlare(debug=True))
213+
cf = CloudFlare.CloudFlare(debug=True)
214214
215215
# An authenticated call using an API Token (note the missing email)
216216
cf = CloudFlare.CloudFlare(token='00000000000000000000000000000000')

0 commit comments

Comments
 (0)