From 92f93977fd01845ed191c5c05ead07386d28fe04 Mon Sep 17 00:00:00 2001
From: Alex Gaynor <alex.gaynor@gmail.com>
Date: Sat, 12 Jul 2014 09:54:18 -0700
Subject: [PATCH] Refix

---
 docs/signing.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/signing.rst b/docs/signing.rst
index f80c8d12..274eeb5b 100644
--- a/docs/signing.rst
+++ b/docs/signing.rst
@@ -3,11 +3,11 @@ Digital Signatures
 
 .. currentmodule:: nacl.signing
 
-You can use a digital signature for many of the same reasons that you might sign
-a paper document. A valid digital signature gives a recipient reason to believe
-that the message was created by a known sender such that they cannot deny sending
-it (authentication and non-repudiation) and that the message was not altered in
-transit (integrity).
+You can use a digital signature for many of the same reasons that you might
+sign a paper document. A valid digital signature gives a recipient reason to
+believe that the message was created by a known sender such that they cannot
+deny sending it (authentication and non-repudiation) and that the message was
+not altered in transit (integrity).
 
 Digital signatures allow you to publish a public key, and then you can use your
 private signing key to sign messages. Others who have your public key can then
-- 
GitLab