#26438 closed Uncategorized (fixed)
Typo in example: entry = Entry.object.get(headline="News Item Title")
| Reported by: | Pablo Oubiña | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.9 |
| Severity: | Normal | Keywords: | example, documentation, get, object, |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Hi there!
I found this tiny typo in an example from the official documentation:
>>> entry = Entry.object.get(headline="News Item Title")
Cheers.
Note:
See TracTickets
for help on using tickets.
In 64aba7a: