Django

Code

Ticket #6998 (closed: fixed)

Opened 3 months ago

Last modified 3 months ago

Typo in part 4 of tutorial 'Writing your first Django app'

Reported by: PeterUpfold Assigned to: anonymous
Milestone: Component: Documentation
Version: SVN Keywords: typo tutorial first documentation spelling
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

In part 4 of the 'Writing your first Django app' tutorial, <http://www.djangoproject.com/documentation/tutorial04/>, there is a typo towards the end of the page, where render_to_response() is erroneously referred to as render_to_repsonse().

To be more specific, the line:

The vote() view is still required. However, it must be modified to match the new context variables. In the render_to_repsonse() call, rename the poll context variable to object.

should read:

The vote() view is still required. However, it must be modified to match the new context variables. In the render_to_response() call, rename the poll context variable to object.

Attachments

Change History

04/09/08 15:30:51 changed by anonymous

  • owner changed from nobody to anonymous.
  • needs_better_patch changed.
  • status changed from new to assigned.
  • needs_tests changed.
  • needs_docs changed.

04/09/08 19:27:24 changed by russellm

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

(In [7410]) Fixed #6998 -- Corrected typo in Tutorial 4. Thanks, Peter Upfold.


Add/Change #6998 (Typo in part 4 of tutorial 'Writing your first Django app')




Change Properties
Action