summaryrefslogtreecommitdiff
path: root/Doc/library/crypt.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-10 12:01:23 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-10 12:01:23 +0300
commit1ff27f48c8abad157c51cd4ec6ce6ea4a695fa1b (patch)
tree48fcbd15465e1d9844defb67f3aa83c8be0a8b33 /Doc/library/crypt.rst
parent48a4f092fcd3459990bec7857122dace8070b245 (diff)
downloadcpython-1ff27f48c8abad157c51cd4ec6ce6ea4a695fa1b.tar.gz
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
Diffstat (limited to 'Doc/library/crypt.rst')
-rw-r--r--Doc/library/crypt.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/crypt.rst b/Doc/library/crypt.rst
index b4c90cd592..0661426f71 100644
--- a/Doc/library/crypt.rst
+++ b/Doc/library/crypt.rst
@@ -149,4 +149,4 @@ check it against the original::
hashed = crypt.crypt(plaintext)
if not compare_hash(hashed, crypt.crypt(plaintext, hashed)):
- raise ValueError("hashed version doesn't validate against original")
+ raise ValueError("hashed version doesn't validate against original")