Ticket #16078: 16078-typo.patch

File 16078-typo.patch, 451 bytes (added by Bruno Renié, 13 years ago)
  • docs/topics/signing.txt

     
    5858    u'My string'
    5959
    6060If the signature or value have been altered in any way, a
    61 ``django.core.signing.BadSigature`` exception will be raised::
     61``django.core.signing.BadSignature`` exception will be raised::
    6262
    6363    >>> value += 'm'
    6464    >>> try:
Back to Top