minor typo

This commit is contained in:
S. Andrew Sheppard 2013-10-29 15:10:06 -05:00
parent 57c41b949d
commit 458af921f3

View File

@ -9,7 +9,7 @@ Actions are only bound to methods at the point of instantiating the views.
user_detail = UserViewSet.as_view({'get': 'retrieve'})
Typically, rather than instantiate views from viewsets directly, you'll
regsiter the viewset with a router and let the URL conf be determined
register the viewset with a router and let the URL conf be determined
automatically.
router = DefaultRouter()