diff options
-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. |