aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/fields.md
diff options
context:
space:
mode:
authorMarko Tibold2012-10-22 21:31:15 +0300
committerMarko Tibold2012-10-22 21:31:15 +0300
commitaba0172f5c988af145113678fe3d4f411111d4ff (patch)
tree6965c635a818a69556efc95a393e7fdddc5b7ec1 /docs/api-guide/fields.md
parent95a670de41a246777bc1e448dca8cc576b7b86ea (diff)
downloaddjango-rest-framework-aba0172f5c988af145113678fe3d4f411111d4ff.tar.bz2
Update docs/api-guide/fields.md
Fix typo.
Diffstat (limited to 'docs/api-guide/fields.md')
-rw-r--r--docs/api-guide/fields.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md
index 189ed76f..7e117df7 100644
--- a/docs/api-guide/fields.md
+++ b/docs/api-guide/fields.md
@@ -88,7 +88,7 @@ or `django.db.models.fields.TextField`.
## ChoiceField
-A field that can accept on of a limited set of choices.
+A field that can accept a value out of a limited set of choices.
## EmailField