Opened 19 years ago

Closed 19 years ago

#563 closed defect (fixed)

[patch] minor typo in cache.txt

Reported by: eugene@… Owned by: Jacob
Component: Documentation Version:
Severity: trivial Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Index: cache.txt
===================================================================
--- cache.txt	(revision 701)
+++ cache.txt	(working copy)
@@ -41,7 +41,7 @@
                                     testing. Note that this cache backend is
                                     NOT threadsafe!
                                         
-    locmem:///                      A more sophisticaed local memory cache;
+    locmem:///                      A more sophisticated local memory cache;
                                     this is multi-process- and thread-safe.
     ==============================  ===========================================

Attachments (1)

django.cache.txt.patch (654 bytes ) - added by eugene@… 19 years ago.

Download all attachments as: .zip

Change History (2)

by eugene@…, 19 years ago

Attachment: django.cache.txt.patch added

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [705]) Fixed #563 -- Fixed minor typo in docs/cache.txt. Thanks, Eugene

Note: See TracTickets for help on using tickets.
Back to Top