Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #51 from stripe/fixed-python-typo-readme
Browse files Browse the repository at this point in the history
Fixed small typo in README
  • Loading branch information
adreyfus-stripe authored Feb 25, 2019
2 parents 91e5245 + 3811e2b commit 18dbe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Don't forget to append `/webhook` when you set up your Stripe webhook URL in the
You can find tests for the API located in the `tests` directory. Make sure you're running in the virtual environment you created earlier.

```
souce env/bin/activate
source env/bin/activate
cd tests
python tests.py
```
Expand Down

0 comments on commit 18dbe8f

Please sign in to comment.