Opened 20 years ago
Closed 20 years ago
#563 closed defect (fixed)
[patch] minor typo in cache.txt
| Reported by: | 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)
Change History (2)
by , 20 years ago
| Attachment: | django.cache.txt.patch added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [705]) Fixed #563 -- Fixed minor typo in docs/cache.txt. Thanks, Eugene