Django

Code

Ticket #876 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

Typo in trunk/docs/forms.txt

Reported by: czhang Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

The diff is: $ diff forms.txt forms.txt.new 103c103 < * You'll have to separate create a form (and view) that submits to this ---

* You'll have to separately create a form (and view) that submits to this

308c308 < # Grab the Place object is question for future use. ---

# Grab the Place object in question for future use.

BTW: would someone please to tell me what's the preferred option for diff to generate a diff file for Django? Thanks.

Attachments

Change History

11/22/05 07:45:23 changed by czhang <czhang.cmu@gmail.com>

ouch, forgot to use WikiFormatting. The diff should be:

$ diff forms.txt forms.txt.new 
103c103
<     * You'll have to separate create a form (and view) that submits to this
---
>     * You'll have to separately create a form (and view) that submits to this
308c308
<         # Grab the Place object is question for future use.
---
>         # Grab the Place object in question for future use.

11/22/05 08:24:08 changed by adrian

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

(In [1353]) Fixed #876 -- Fixed typos in docs/forms.txt. Thanks, czhang

11/22/05 08:25:08 changed by adrian

Thanks, czhang. The best way to submit diffs is by attaching a file to the ticket with a ".diff" extension. That way, Trac will apply pretty syntax highlighting.


Add/Change #876 (Typo in trunk/docs/forms.txt)




Change Properties
Action