Skip to content

Commit de7a05a

Browse files
author
Joseph DiLallo
committed
Fixing a typo on dfp/auth/generate_refresh_token.py
1 parent fb7d3c2 commit de7a05a

File tree

191 files changed

+197
-190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+197
-190
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.2 - 03/20/2014
2+
==================
3+
- Fixed a typo in examples/dfp/auth/generate_refresh_token.py (there was a
4+
trailing comma after the scope).
5+
16
1.0.1 - 03/13/2014
27
==================
38
- Fixed a bug with the AdWords ReportDownloader failing to decode unicode

examples/adwords/v201402/advanced_operations/add_places_location_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import time
2929
import uuid
3030

31-
# Import appropriate classes from the client library.
31+
# Import appropriate modules from the client library.
3232
import suds
3333

3434
from googleads import adwords

examples/adwords/v201402/shopping/add_product_partition_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__author__ = ('[email protected] (Mark Saniscalchi)',
2323
'Joseph DiLallo')
2424

25-
# Import appropriate classes from the client library.
25+
# Import appropriate modules from the client library.
2626
from googleads import adwords
2727

2828
ADGROUP_ID = 'INSERT_AD_GROUP_ID_HERE'

examples/adwords/v201402/shopping/add_product_scope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__author__ = ('[email protected] (Mark Saniscalchi)',
2323
'Joseph DiLallo')
2424

25-
# Import appropriate classes from the client library.
25+
# Import appropriate modules from the client library.
2626
from googleads import adwords
2727

2828
CAMPAIGN_ID = 'INSERT_CAMPAIGN_ID_HERE'

examples/adwords/v201402/shopping/add_shopping_campaign.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
import uuid
2626

27-
# Import appropriate classes from the client library.
27+
# Import appropriate modules from the client library.
2828
from googleads import adwords
2929

3030
BUDGET_ID = 'INSERT_BUDGET_ID_HERE'

examples/adwords/v201402/shopping/get_product_category_taxonomy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__author__ = ('[email protected] (Mark Saniscalchi)',
2323
'Joseph DiLallo')
2424

25-
# Import appropriate classes from the client library.
25+
# Import appropriate modules from the client library.
2626
from googleads import adwords
2727

2828

examples/adwords/v201402/shopping/set_product_sales_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__author__ = ('[email protected] (Mark Saniscalchi)',
2323
'Joseph DiLallo')
2424

25-
# Import appropriate classes from the client library.
25+
# Import appropriate modules from the client library.
2626
from googleads import adwords
2727

2828
CAMPAIGN_ID = 'INSERT_CAMPAIGN_ID_HERE'

examples/dfa/v1_20/add_advertiser_user_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
__author__ = 'Joseph DiLallo'
3030

31-
# Import appropriate classes from the client library.
31+
# Import appropriate modules from the client library.
3232
from googleads import dfa
3333

3434

examples/dfa/v1_20/assign_advertisers_to_advertiser_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
__author__ = 'Joseph DiLallo'
2626

27-
# Import appropriate classes from the client library.
27+
# Import appropriate modules from the client library.
2828
from googleads import dfa
2929

3030

examples/dfa/v1_20/assign_creatives_to_placements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
__author__ = 'Joseph DiLallo'
2626

27-
# Import appropriate classes from the client library.
27+
# Import appropriate modules from the client library.
2828
from googleads import dfa
2929

3030

0 commit comments

Comments
 (0)