summaryrefslogtreecommitdiffstats
path: root/Doc/library/hmac.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-11-21 00:15:20 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-11-21 00:15:20 (GMT)
commit357ed2e57703a92faaae1236813a6d3e2b3d910f (patch)
tree0d308e1ecdf1c92698701af950aec86f6e6aec17 /Doc/library/hmac.rst
parentb24569a19db79f031045747f55cb5b5fff7374e1 (diff)
downloadcpython-357ed2e57703a92faaae1236813a6d3e2b3d910f.zip
cpython-357ed2e57703a92faaae1236813a6d3e2b3d910f.tar.gz
cpython-357ed2e57703a92faaae1236813a6d3e2b3d910f.tar.bz2
Change double hyphens (en dashes) to em (longer) dashes
Diffstat (limited to 'Doc/library/hmac.rst')
-rw-r--r--Doc/library/hmac.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/hmac.rst b/Doc/library/hmac.rst
index bb44866..adbf78a 100644
--- a/Doc/library/hmac.rst
+++ b/Doc/library/hmac.rst
@@ -111,7 +111,7 @@ This module also provides the following helper function:
If *a* and *b* are of different lengths, or if an error occurs,
a timing attack could theoretically reveal information about the
- types and lengths of *a* and *b*--but not their values.
+ types and lengths of *a* and *b*—but not their values.
.. versionadded:: 3.3