Ticket #15816: 15816.utils-ref-doc-typo.diff

File 15816.utils-ref-doc-typo.diff, 586 bytes (added by Julien Phalip, 13 years ago)
  • docs/ref/utils.txt

    diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
    index 979c186..035582a 100644
    a b to distinguish caches by the ``Accept-language`` header.  
    9898    cache, this just means that we have to build the response once to get at
    9999    the Vary header and so at the list of headers to use for the cache key.
    100100
    101 SortedDict
    102 ==========
     101``django.utils.datastructures``
     102===============================
    103103
    104104.. module:: django.utils.datastructures
    105105   :synopsis: A dictionary that keeps its keys in the order in which they're inserted.
Back to Top