Opened 11 years ago

Closed 11 years ago

#21344 closed Uncategorized (fixed)

Typo in "F() expressions" documentation

Reported by: anonymous Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords: typo, documentation, F,
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In: https://docs.djangoproject.com/en/dev/ref/models/queries/#django.db.models.F

It says:
[... This is easiest to understand though an example. Normally, one might do something like this: ...]

It should say:
[... This is easiest to understand through an example. Normally, one might do something like this: ...]

Cheers.

Change History (1)

comment:1 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In ffcfb4cdccefaf3b8d3a1e2e7adbfbd2539bbb32:

Fixed #21344 -- Typo in docs/ref/models/queries.txt

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