From 933a0488eae41ad3d6709770ba942ac8bc7d3947 Mon Sep 17 00:00:00 2001 From: Simon Liedtke Date: Thu, 7 Jul 2011 05:32:51 -0700 Subject: [PATCH] fixed a typo (don't -> won't) --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index ba34fcd..f82f475 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -59,7 +59,7 @@ validate the string, use the :meth:`~Signer.unsign` method: 'my string' If unicode strings are provided, an implicit encoding to utf-8 happens. -However after unsigning you don't be able to tell if it was unicode or +However after unsigning you won't be able to tell if it was unicode or a bytestring. If the unsining fails you will get an exception: