Corrected typo in Field.deconstruct docstring.

This commit is contained in:
Daniel Hahler 2021-04-09 18:55:08 +02:00 committed by Carlton Gibson
parent 3b8527e32b
commit 59552bea57
1 changed files with 2 additions and 2 deletions

View File

@ -419,8 +419,8 @@ class Field(RegisterLookupMixin):
* The name of the field on the model, if contribute_to_class() has
been run.
* The import path of the field, including the class:e.g.
django.db.models.IntegerField This should be the most portable
* The import path of the field, including the class, e.g.
django.db.models.IntegerField. This should be the most portable
version, so less specific may be better.
* A list of positional arguments.
* A dict of keyword arguments.