Skip to content

Commit 189c256

Browse files
authored
Update index.rst
1 parent 1900857 commit 189c256

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ Example Usage
3030

3131
>>> import jwt
3232
>>> encoded_jwt = jwt.encode({"some": "payload"}, "secret", algorithm="HS256")
33-
>>> print(encoded_jwt)
34-
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb21lIjoicGF5bG9hZCJ9.4twFt5NiznN84AWoo1d7KO1T_yoc0Z6XOpOVswacPZg
3533
>>> jwt.decode(encoded_jwt, "secret", algorithms=["HS256"])
3634
{'some': 'payload'}
3735

0 commit comments

Comments
 (0)