Skip to content

Commit

Permalink
Editorial
Browse files Browse the repository at this point in the history
  • Loading branch information
rohe committed Nov 10, 2016
1 parent c568292 commit 1bbacfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/encrypt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A received JWE can be decrypted as::
decrypted_content = jwe.decrypt(encrypted_content, keys=decryption_keys)

:mod:`jwe` Package
---------------------
------------------

.. automodule:: jwkest.jwe
:members:
Expand Down
2 changes: 1 addition & 1 deletion doc/keys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ A list of keys can be **exported** as::


:mod:`jwk` Package
---------------------
------------------

.. automodule:: jwkest.jwk
:members:
Expand Down
2 changes: 1 addition & 1 deletion doc/signing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The signature of a received JWS can be verified as::
plain_text = jws.verify_compact(signed_content, keys=signing_keys)

:mod:`jws` Package
---------------------
------------------

.. automodule:: jwkest.jws
:members:
Expand Down

0 comments on commit 1bbacfb

Please sign in to comment.