Author: jezdez
Date: 2011-06-27 02:00:12 -0700 (Mon, 27 Jun 2011)
New Revision: 16471

Modified:
   django/trunk/django/core/signing.py
Log:
Fixed #16354 -- Fixed typo in signing docstring. Thanks, charettes.

Modified: django/trunk/django/core/signing.py
===================================================================
--- django/trunk/django/core/signing.py 2011-06-27 03:32:10 UTC (rev 16470)
+++ django/trunk/django/core/signing.py 2011-06-27 09:00:12 UTC (rev 16471)
@@ -6,7 +6,7 @@
 >>> signing.dumps("hello")
 'ImhlbGxvIg:1QaUZC:YIye-ze3TTx7gtSv422nZA4sgmk'
 
-There are two components here, separatad by a ':'. The first component is a
+There are two components here, separated by a ':'. The first component is a
 URLsafe base64 encoded JSON of the object passed to dumps(). The second
 component is a base64 encoded hmac/SHA1 hash of "$first_component:$secret"
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to