diff options
| author | Marko Tibold | 2012-10-22 21:31:15 +0300 |
|---|---|---|
| committer | Marko Tibold | 2012-10-22 21:31:15 +0300 |
| commit | aba0172f5c988af145113678fe3d4f411111d4ff (patch) | |
| tree | 6965c635a818a69556efc95a393e7fdddc5b7ec1 /docs/api-guide/fields.md | |
| parent | 95a670de41a246777bc1e448dca8cc576b7b86ea (diff) | |
| download | django-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.md | 2 |
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 |
