Django

Code

Ticket #6721 (closed: fixed)

Opened 6 months ago

Last modified 6 months ago

Very minor typo in templates_python.txt: 'multiple context' -> 'multiple contexts'

Reported by: Atul Varma <varmaa@gmail.com> Assigned to: nobody
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation:
Needs tests: Patch needs improvement:

Description

Here's a patch that fixes it:

Index: docs/templates_python.txt
===================================================================
--- docs/templates_python.txt	(revision 7193)
+++ docs/templates_python.txt	(working copy)
@@ -983,7 +983,7 @@
       exception. It should fail silently, just as template filters should.
 
 Ultimately, this decoupling of compilation and rendering results in an
-efficient template system, because a template can render multiple context
+efficient template system, because a template can render multiple contexts
 without having to be parsed multiple times.
 
 Auto-escaping considerations

Attachments

Change History

03/05/08 18:54:15 changed by gwilson

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

(In [7196]) Fixed #6721 -- Fixed a typo in templates_python.txt documentation, thanks Atul Varma.


Add/Change #6721 (Very minor typo in templates_python.txt: 'multiple context' -> 'multiple contexts')




Change Properties
Action