Skip to content

Commit 1f9d529

Browse files
committed
Fix grammar in doc
1 parent 1c4f31c commit 1f9d529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ You can use the ``table_name`` parameter with both ``HistoricalRecords()`` or
217217
Choosing fields to not be stored
218218
--------------------------------
219219

220-
It is possible to use the parameter ``excluded_fields`` to choice which fields
220+
It is possible to use the parameter ``excluded_fields`` to choose which fields
221221
will be stored on every create/update/delete.
222222

223223
For example, if you have the model:
@@ -228,7 +228,7 @@ For example, if you have the model:
228228
question = models.CharField(max_length=200)
229229
pub_date = models.DateTimeField('date published')
230230
231-
And you don't want to stored the changes for the field ``pub_date``, it is necessary to update the model to:
231+
And you don't want to store the changes for the field ``pub_date``, it is necessary to update the model to:
232232

233233
.. code-block:: python
234234

0 commit comments

Comments
 (0)