Skip to content

Commit

Permalink
typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanbconaway committed Sep 13, 2018
1 parent 228b802 commit 2c2c5fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/python-workflows.md
@@ -1,6 +1,6 @@
# Python API Workflows

Jarjar is great for letting you know when come snippet of code has finished
Jarjar is great for letting you know when a snippet of code has finished
executing, but configuring things properly can be a little bit of a hassle.

A common workflow involves writing your code and then throwing a jarjar call
Expand Down Expand Up @@ -40,7 +40,7 @@ want to run the same process twice, getting a notification each time? What if
you wanted to include the traceback within the message if there was an
exception?

You'll end up writing a lot more code just to handle jarjar notifications.
You can end up writing a lot more code just to handle jarjar notifications.
Luckily, we wrote that code for you.

## Jarjar decorator
Expand Down Expand Up @@ -69,7 +69,6 @@ cell:
```python
from jarjar import jarjar
jj = jarjar()

jj.register_magic()
```

Expand Down

0 comments on commit 2c2c5fe

Please sign in to comment.