Skip to content

Commit 4188a46

Browse files
committed
Merge pull request #33 from twitterdev/readme-typo
[minor] fixing read me typo
2 parents db1615f + 5ca59f8 commit 4188a46

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
@@ -28,7 +28,7 @@ Quick Start
2828
CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN, ACCESS_TOKEN_SECRET)
2929
3030
# load the advertiser account instance
31-
account = client.accounts(id=ACCOUNT_ID)
31+
account = client.accounts(ACCOUNT_ID)
3232
3333
# load and update a specific campaign
3434
campaign = account.campaigns().next()

0 commit comments

Comments
 (0)