summaryrefslogtreecommitdiff
path: root/doc/usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/usage.rst')
-rw-r--r--doc/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage.rst b/doc/usage.rst
index a55a2bc..5c60e2d 100644
--- a/doc/usage.rst
+++ b/doc/usage.rst
@@ -214,7 +214,7 @@ Modify the message, and the signature is no longer valid and a
makes cracking the keys easier.
Instead of a message you can also call :py:func:`rsa.sign` and
-:py:func:`rsa.verify` with a :py:class:`file`-like object. If the
+:py:func:`rsa.verify` with a `file`-like object. If the
message object has a ``read(int)`` method it is assumed to be a file.
In that case the file is hashed in 1024-byte blocks at the time.