aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/interfaces.rst
diff options
context:
space:
mode:
authorAyrx <terrycwk1994@gmail.com>2014-04-15 21:50:58 +0800
committerAyrx <terrycwk1994@gmail.com>2014-04-15 21:50:58 +0800
commit7964c173818f7f510cc148e510c02b457a9cc094 (patch)
treeececad3c638c859ee285f74c631376ea2d80c519 /docs/hazmat/primitives/interfaces.rst
parent6fcab02319adfea28b890fa116675c27dc1891d5 (diff)
downloadcryptography-7964c173818f7f510cc148e510c02b457a9cc094.tar.gz
cryptography-7964c173818f7f510cc148e510c02b457a9cc094.tar.bz2
cryptography-7964c173818f7f510cc148e510c02b457a9cc094.zip
Fixed nitpicks
Diffstat (limited to 'docs/hazmat/primitives/interfaces.rst')
-rw-r--r--docs/hazmat/primitives/interfaces.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index a0468aa3..9743278c 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -460,7 +460,7 @@ CMAC
.. method:: finalize()
- :return: The final message authentication code.
+ :return: The message authentication code.
.. method:: copy()