Skip to content

Commit aaee5d1

Browse files
committed
Merge pull request jpadilla#169 from kelvintaywl/master
fix small typo in README
2 parents 32a577f + 5765b66 commit aaee5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ using any of those algorithms, you'll need to install it as well.
2323
$ pip install cryptography
2424
```
2525

26-
If you're system doesn't allow installing `cryptography` like on Google App Engine, you can install `PyCrypto` for RSA signatures and `ecdsa` for ECDSA signatures.
26+
If your system doesn't allow installing `cryptography` like on Google App Engine, you can install `PyCrypto` for RSA signatures and `ecdsa` for ECDSA signatures.
2727

2828
## Usage
2929

0 commit comments

Comments
 (0)