Skip to content

Commit

Permalink
Fix minor grammar error in load.py
Browse files Browse the repository at this point in the history
  • Loading branch information
prescod authored Apr 29, 2021
1 parent 707d068 commit 86632c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulusci/tasks/bulkdata/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class LoadData(SqlAlchemyMixin, BaseSalesforceApiTask):
"description": "Set to True to skip any missing objects or fields instead of stopping with an error."
},
"set_recently_viewed": {
"description": "By default, the first 1000 records inserted via the Bulk API will be set as recently viewed. If less than 1000 records are inserted, existing objects of the same type being inserted will also be set as recently viewed.",
"description": "By default, the first 1000 records inserted via the Bulk API will be set as recently viewed. If fewer than 1000 records are inserted, existing objects of the same type being inserted will also be set as recently viewed.",
},
}
row_warning_limit = 10
Expand Down

0 comments on commit 86632c5

Please sign in to comment.