Opened 12 years ago
Closed 12 years ago
#21960 closed Uncategorized (invalid)
Typo in tutorial part 2
| Reported by: | anonymous | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.6 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
on https://docs.djangoproject.com/en/1.6/intro/tutorial02/:
print(django.path)" should read print(django.path)
just a typo I'd guess with that extra " ;)
Note:
See TracTickets
for help on using tickets.
Hi,
It's actually correct: the quote was started on the first line with
python -c "and the one at the end finishes it.Having the quote this way allows us to present one command per line which is more readable than one long line.
Thanks.