diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-10-27 10:20:45 +0900 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-10-27 10:20:45 +0900 |
commit | 3568563e0ecdec07606c8b5f3fed6eaea1fa95fd (patch) | |
tree | 7e1b4decfdcb3932df0a4312bbb14396e69b9172 /docs/hazmat/primitives/asymmetric/utils.rst | |
parent | d9cfab3fe2d9772d4f5812377a89d40624d20673 (diff) | |
download | cryptography-3568563e0ecdec07606c8b5f3fed6eaea1fa95fd.tar.gz cryptography-3568563e0ecdec07606c8b5f3fed6eaea1fa95fd.tar.bz2 cryptography-3568563e0ecdec07606c8b5f3fed6eaea1fa95fd.zip |
rst continues to be a mystery
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/utils.rst')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/utils.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/asymmetric/utils.rst b/docs/hazmat/primitives/asymmetric/utils.rst index e67dd734..829edb99 100644 --- a/docs/hazmat/primitives/asymmetric/utils.rst +++ b/docs/hazmat/primitives/asymmetric/utils.rst @@ -42,8 +42,7 @@ Asymmetric Utilities provider. :param x: The x value of the point. - - :type: int or None + :type x: int or `None` :param int y: The y value of the point. |