#10592 closed (fixed)
typo s/the/then/
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | typo | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Dear Django folks,
in [1] please do
s/and the run/and then run/
to fix a typo.
Thanks,
Paul
[1] http://docs.djangoproject.com/en/dev/howto/initial-data/#providing-initial-data-with-fixtures
Attachments (1)
Change History (6)
by , 16 years ago
Attachment: | 10592.diff added |
---|
comment:1 by , 16 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Ready for checkin → Accepted |
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [10145]) Fixed #10592 -- Corrected typo in initial-data howto. Thanks to Paul Menzel.