Skip to content

Commit

Permalink
Update table-data.rst
Browse files Browse the repository at this point in the history
Changed grammar, to make docs more readable.
  • Loading branch information
InvisibleNemo authored Dec 10, 2023
1 parent 1c2bfc2 commit c68fa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/table-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ it is necessary to declare each column::
QuerySets
---------

If you build use tables to display `~django.db.models.query.QuerySet` data,
If your build uses tables to display `~django.db.models.query.QuerySet` data,
rather than defining each column manually in the table, the `.Table.Meta.model`
option allows tables to be dynamically created based on a model::

Expand Down

0 comments on commit c68fa46

Please sign in to comment.