Fix some minor spelling and grammar in documentation

This commit is contained in:
Brian Helba
2014-06-29 23:07:28 -04:00
parent ff57cd4eaf
commit 17d6014bf1
3 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ class BaseField(object):
:param required: If the field is required. Whether it has to have a
value or not. Defaults to False.
:param default: (optional) The default value for this field if no value
has been set (or if the value has been unset). It Can be a
has been set (or if the value has been unset). It can be a
callable.
:param unique: Is the field value unique or not. Defaults to False.
:param unique_with: (optional) The other field this field should be