Opened 13 years ago

Closed 13 years ago

#16114 closed Bug (fixed)

typo in contributing/writing-code/unit-tests documentation

Reported by: danger Owned by: teraom
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests:

To make it easy to get started. Django provides a sample settings module that uses the SQLite database.

There is '.' instead of ','

Attachments (1)

unit_test_doc_typo-16114.diff (688 bytes ) - added by teraom 13 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by Jonas H., 13 years ago

Triage Stage: UnreviewedAccepted

by teraom, 13 years ago

comment:2 by teraom, 13 years ago

Has patch: set
Owner: changed from nobody to teraom
Status: newassigned

comment:3 by Julien Phalip, 13 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Tim Graham, 13 years ago

Resolution: fixed
Status: assignedclosed

In [16300]:

Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom.

Note: See TracTickets for help on using tickets.
Back to Top