Django

Code

Ticket #1880 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

[patch] typo in cache docs

Reported by: mattimustang@gmail.com Assigned to: jacob
Milestone: Component: Documentation
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Fix for small typo in cache.txt

Index: cache.txt
===================================================================
--- cache.txt   (revision 2906)
+++ cache.txt   (working copy)
@@ -339,7 +339,7 @@
       somedomain.com, your ISP would send you the page without having to access
       somedomain.com directly.
 
-    * Your Django Web site may site behind a Squid Web proxy
+    * Your Django Web site may sit behind a Squid Web proxy
       (http://www.squid-cache.org/) that caches pages for performance. In this
       case, each request first would be handled by Squid, and it'd only be
       passed to your application if needed.

regards

Matthew Flanagan

Attachments

Change History

05/15/06 06:28:39 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

(In [2907]) Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan.


Add/Change #1880 ([patch] typo in cache docs)




Change Properties
Action