Ticket #16078: 16078-typo.patch
File 16078-typo.patch, 451 bytes (added by , 13 years ago) |
---|
-
docs/topics/signing.txt
58 58 u'My string' 59 59 60 60 If the signature or value have been altered in any way, a 61 ``django.core.signing.BadSig ature`` exception will be raised::61 ``django.core.signing.BadSignature`` exception will be raised:: 62 62 63 63 >>> value += 'm' 64 64 >>> try: