8000 Update README.md · mrpowerus/salesforce-bulk-python@37a5edc · GitHub
[go: up one dir, main page]

Skip to content

Commit 37a5edc

Browse files
authored
Update README.md
1 parent da41bd8 commit 37a5edc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Salesforce Bulk Python
44
======================
55

6-
Salesforce Bulk Python is a Python library for using the Salesforce REST Bulk API v2.0. It is especially designed to handle big-data worksloads, in which all data from Salesforce should be extraced.
6+
Salesforce Bulk Python is a Python library for using the Salesforce REST Bulk API v2.0. It is especially designed to handle big-data workloads, in which all data from Salesforce should be extraced.
77

88
It makes uses of asyncio for parallel execution. And is easily exendable by writing your own `BulkAPIResultHandler`.
99

@@ -79,6 +79,6 @@ q.extend([job1, job2])
7979
asyncio.run(q.run_all())
8080
```
8181

82-
When the jobs above are executed, the results will be passed to the handler.
82+
The results will be passed to the handler when the jobs above are executed.
8383

8484

0 commit comments

Comments
 (0)
0