Skip to content

Commit db1615f

Browse files
committed
Merge pull request #34 from twitterdev/docs-typo
[minor] fixing read me typo
2 parents aed3497 + 4c10b22 commit db1615f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Quick Start
3838
ACCESS_TOKEN_SECRET)
3939
4040
# load the advertiser account instance
41-
account = client.accounts(id=ACCOUNT_ID)
41+
account = client.accounts(ACCOUNT_ID)
4242
4343
# load and update a specific campaign
4444
campaign = list(account.campaigns())[0]

0 commit comments

Comments
 (0)