Skip to content

Commit

Permalink
Update serialization.rst (#11746)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Oct 10, 2024
1 parent 9baf4dd commit 15e2125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hazmat/primitives/asymmetric/serialization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Key dumping

The ``serialization`` module contains functions for loading keys from
``bytes``. To dump a ``key`` object to ``bytes``, you must call the appropriate
method on the key object. Documentation for these methods in found in the
method on the key object. Documentation for these methods is found in the
:mod:`~cryptography.hazmat.primitives.asymmetric.rsa`,
:mod:`~cryptography.hazmat.primitives.asymmetric.dsa`, and
:mod:`~cryptography.hazmat.primitives.asymmetric.ec` module documentation.
Expand Down

0 comments on commit 15e2125

Please sign in to comment.