Opened 14 years ago
Closed 14 years ago
#17616 closed Bug (duplicate)
Typo/grammar error in documentation
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.3 | 
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
Under "Writing tests" > "Writing unit tests", the reading should be
"Otherwise, Django will use its own bundled version of unittest2." instead of "Otherwise, Django will use it's own bundled version of unittest2."
"it's" is short for "it is", which is incorrect in this case. The correct form should be the possessive form: "its."
  Note:
 See   TracTickets
 for help on using tickets.
    
Thanks, but this has been fixed in the dev version (#17364).