Opened 18 years ago
Closed 18 years ago
#6597 closed (fixed)
Very minor typo: misspelling of "dependencies"
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | 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
Just a minor typo on documentation/install.
"Check the distribution specific notes to see if your platform/distribution provides official Django packages/installers. Distribution-provided packages will typically allow for automatic installation of dependancies and easy upgrade paths."
"dependancies" should be "dependencies".
This is great documentation so far, btw, and I also appreciate that you provided a link to reporting bugs on it.
- Atul
Note:
See TracTickets
for help on using tickets.
(In [7108]) Fixed #6597 -- Corrected spelling mistake. Thanks for the report, Atul Varma.