Skip to content

Commit 780f40e

Browse files
committed
Fixed widespread grammatical error "all of the" converted to "all the". Changed delete_google_contacts to delete_all_voter_contact_emails_for_voter.
1 parent 10c296a commit 780f40e

File tree

54 files changed

+136
-122
lines changed

Some content is hidden

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

54 files changed

+136
-122
lines changed

SEMVER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ until a difference is found as follows: identifiers consisting of only digits
128128
are compared numerically and identifiers with letters or hyphens are compared
129129
lexically in ASCII sort order. Numeric identifiers always have lower precedence
130130
than non-numeric identifiers. A larger set of pre-release fields has a higher
131-
precedence than a smaller set, if all of the preceding identifiers are equal.
131+
precedence than a smaller set, if all the preceding identifiers are equal.
132132
Example: 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta <
133133
1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0.
134134

apis_v1/documentation_source/all_ballot_items_retrieve_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def all_ballot_items_retrieve_doc_template_values(url_root):
9696
'api_name': 'allBallotItemsRetrieve',
9797
'api_slug': 'allBallotItemsRetrieve',
9898
'api_introduction':
99-
"Request a skeleton of ballot data for this election, so that the web_app has all of the ids "
99+
"Request a skeleton of ballot data for this election, so that the web_app has all the ids "
100100
"it needs to make more requests for data about each ballot item.",
101101
'try_now_link': 'apis_v1:allBallotItemsRetrieveView',
102102
'try_now_link_variables_dict': try_now_link_variables_dict,

apis_v1/documentation_source/ballot_item_highlights_retrieve_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def ballot_item_highlights_retrieve_doc_template_values(url_root):
4444
'api_name': 'ballotItemHighlightsRetrieve',
4545
'api_slug': 'ballotItemHighlightsRetrieve',
4646
'api_introduction':
47-
"Retrieve all of the candidates that might be highlighted on an endorsement guide. ",
47+
"Retrieve all the candidates that might be highlighted on an endorsement guide. ",
4848
'try_now_link': 'apis_v1:ballotItemHighlightsRetrieveView',
4949
'try_now_link_variables_dict': try_now_link_variables_dict,
5050
'url_root': url_root,

apis_v1/documentation_source/ballot_items_search_retrieve_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def ballot_items_search_retrieve_doc_template_values(url_root):
9696
'api_name': 'ballotItemsSearchRetrieve',
9797
'api_slug': 'ballotItemsSearchRetrieve',
9898
'api_introduction':
99-
"Request a skeleton of ballot data for this election, so that the web_app has all of the ids "
99+
"Request a skeleton of ballot data for this election, so that the web_app has all the ids "
100100
"it needs to make more requests for data about each ballot item.",
101101
'try_now_link': 'apis_v1:ballotItemsSearchRetrieveView',
102102
'try_now_link_variables_dict': try_now_link_variables_dict,

apis_v1/documentation_source/candidate_list_for_upcoming_elections_retrieve_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def doc_template_values(url_root):
5959
'api_name': 'candidateListForUpcomingElectionsRetrieve',
6060
'api_slug': 'candidateListForUpcomingElectionsRetrieve',
6161
'api_introduction':
62-
"Retrieve all of the candidates competing in upcoming offices. "
62+
"Retrieve all the candidates competing in upcoming offices. "
6363
"This shares the same response package format with measureListForUpcomingElectionsRetrieve.",
6464
'try_now_link': 'apis_v1:candidateListForUpcomingElectionsRetrieveView',
6565
'try_now_link_variables_dict': try_now_link_variables_dict,

apis_v1/documentation_source/candidates_retrieve_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def candidates_retrieve_doc_template_values(url_root):
7676
'api_name': 'candidatesRetrieve',
7777
'api_slug': 'candidatesRetrieve',
7878
'api_introduction':
79-
"Retrieve all of the candidates competing for a particular office.",
79+
"Retrieve all the candidates competing for a particular office.",
8080
'try_now_link': 'apis_v1:candidatesRetrieveView',
8181
'try_now_link_variables_dict': try_now_link_variables_dict,
8282
'url_root': url_root,

apis_v1/documentation_source/measure_list_for_upcoming_elections_retrieve_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def doc_template_values(url_root):
6464
'api_name': 'measureListForUpcomingElectionsRetrieve',
6565
'api_slug': 'measureListForUpcomingElectionsRetrieve',
6666
'api_introduction':
67-
"Retrieve all of the measures in upcoming elections. This shares the same response package format with "
67+
"Retrieve all the measures in upcoming elections. This shares the same response package format with "
6868
"candidateListForUpcomingElectionsRetrieve.",
6969
'try_now_link': 'apis_v1:measureListForUpcomingElectionsRetrieveView',
7070
'try_now_link_variables_dict': try_now_link_variables_dict,

apis_v1/documentation_source/pledge_to_vote_with_voter_guide_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def pledge_to_vote_with_voter_guide_doc_template_values(url_root):
1616
{
1717
'name': 'voter_guide_we_vote_id',
1818
'value': 'string', # boolean, integer, long, string
19-
'description': 'Pledge to support or oppose all of the things listed on this voter guide',
19+
'description': 'Pledge to support or oppose all the things listed on this voter guide',
2020
},
2121
{
2222
'name': 'delete_pledge',

apis_v1/documentation_source/reaction_like_status_retrieve_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def reaction_like_status_retrieve_doc_template_values(url_root):
2121
{
2222
'name': 'liked_item_we_vote_id_list[]',
2323
'value': 'stringlist', # boolean, integer, long, string
24-
'description': 'Get all of the likes for all liked_item_we_vote_id\'s in this list.',
24+
'description': 'Get all the likes for all liked_item_we_vote_id\'s in this list.',
2525
},
2626
]
2727
optional_query_parameter_list = [

apis_v1/documentation_source/voter_ballot_items_retrieve_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def voter_ballot_items_retrieve_doc_template_values(url_root):
144144
'api_name': 'voterBallotItemsRetrieve',
145145
'api_slug': 'voterBallotItemsRetrieve',
146146
'api_introduction':
147-
"Request a skeleton of ballot data for this voter location, so that the web_app has all of the ids "
147+
"Request a skeleton of ballot data for this voter location, so that the web_app has all the ids "
148148
"it needs to make more requests for data about each ballot item.",
149149
'try_now_link': 'apis_v1:voterBallotItemsRetrieveView',
150150
'try_now_link_variables_dict': try_now_link_variables_dict,

0 commit comments

Comments
 (0)