Skip to content

Commit

Permalink
Merge pull request #27 from martinleblanc/patch-1
Browse files Browse the repository at this point in the history
Correct spelling
  • Loading branch information
joegasewicz committed Feb 28, 2020
2 parents 1921fc4 + 061bdab commit 45a106b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ docker run redis # Rabbit MQ coming soon...
# Later we can use the `metadata` result to pass to `add_task`
result = poll_for_task(metadata, tries=100, interval=60)

# Stop PytaskIO completly (This will not effect any units of work that havent yet executed)
# Stop PytaskIO completely (This will not affect any units of work that haven't yet executed)
pytask.stop()

```
Expand All @@ -60,4 +60,4 @@ Pull requests are welcome. For major changes, please open an issue first to disc
Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)
[MIT](https://choosealicense.com/licenses/mit/)

0 comments on commit 45a106b

Please sign in to comment.