Skip to content

Commit

Permalink
Added quotes around the cryptography module name
Browse files Browse the repository at this point in the history
  • Loading branch information
frjtrifork authored Jan 30, 2025
1 parent cada7cb commit 804da57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ puts jwt
### Example: Using Python to generate a JWT

> [!NOTE]
> You must run `pip install PyJWT cryptography` to install the `PyJWT` and cryptography packages in order to use this script.
> You must run `pip install PyJWT cryptography` to install the `PyJWT` and the 'cryptography' packages in order to use this script.
```python copy
#!/usr/bin/env python3
Expand Down

0 comments on commit 804da57

Please sign in to comment.