diff options
| author | Tom Christie | 2014-11-25 12:04:35 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-11-25 12:04:35 +0000 | 
| commit | a3c0c8fb90f084d494cdf46551c8a6228ca5ffd0 (patch) | |
| tree | f78e862257574e01c8836e22a6de889148fcaf29 /docs/api-guide/generic-views.md | |
| parent | 2e726e22a394347b7337eb38a2a3a1b0ccde88bc (diff) | |
| download | django-rest-framework-a3c0c8fb90f084d494cdf46551c8a6228ca5ffd0.tar.bz2 | |
Add missing period.
Diffstat (limited to 'docs/api-guide/generic-views.md')
| -rwxr-xr-x | docs/api-guide/generic-views.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/api-guide/generic-views.md b/docs/api-guide/generic-views.md index 49a5e58f..16ae8c55 100755 --- a/docs/api-guide/generic-views.md +++ b/docs/api-guide/generic-views.md @@ -352,7 +352,7 @@ You can then simply apply this mixin to a view or viewset anytime you need to ap          serializer_class = UserSerializer          lookup_fields = ('account', 'username') -Using custom mixins is a good option if you have custom behavior that needs to be used +Using custom mixins is a good option if you have custom behavior that needs to be used.  ## Creating custom base classes | 
