Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Oct 29, 2013
1 parent 57c41b9 commit 458af92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework/viewsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
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()
Expand Down

0 comments on commit 458af92

Please sign in to comment.