Django

Code

Ticket #5154 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

Minor docs wording issue: "latter" is only applicable when there are two choices.

Reported by: anonymous Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

In "How to install Django -> Get your Database Running" part, it says: "If you plan to use Django's database API functionality, you'll need to make sure a database server is running. Django works with PostgreSQL, MySQL, Oracle and SQLite (the latter doesn't require a separate server to be running)."

The phrase "...the latter doesn't require ..." is incorrect in this context. If you mean "SQLite", please change it to "...the last one doesn't require..."

["latter" can be used only if the number of choices is 2]

Attachments

install.diff (0.6 kB) - added by Simon G. <dev@simon.net.nz> on 08/15/07 06:52:03.

Change History

08/15/07 06:52:03 changed by Simon G. <dev@simon.net.nz>

  • attachment install.diff added.

08/15/07 06:55:21 changed by Simon G. <dev@simon.net.nz>

  • needs_better_patch changed.
  • needs_tests changed.
  • summary changed from small error in documentation to Minor docs wording issue: "latter" is only applicable when there are two choices..
  • version changed from 0.96 to SVN.
  • needs_docs changed.
  • has_patch set to 1.
  • stage changed from Unreviewed to Ready for checkin.

Yep. Only for 2 items, or "the thing that is more recent".

08/18/07 01:52:05 changed by mtredinnick

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

(In [5932]) Fixed #5154 -- Minor wording tweak.


Add/Change #5154 (Minor docs wording issue: "latter" is only applicable when there are two choices.)




Change Properties
Action