diff options
| author | Tom Christie | 2013-12-11 01:09:20 -0800 | 
|---|---|---|
| committer | Tom Christie | 2013-12-11 01:09:20 -0800 | 
| commit | d3440f03118567495e331a51a76e8bce695a7128 (patch) | |
| tree | 539e9064aa33683aea94ad48d18eb6fa19a61d3d /docs/api-guide | |
| parent | 462c5e3d0defaceaf4b5b946d4a9f761a56b701a (diff) | |
| parent | 7382f8c6adc17c9feb02d028f7791af632d6dd3b (diff) | |
| download | django-rest-framework-d3440f03118567495e331a51a76e8bce695a7128.tar.bz2 | |
Merge pull request #1282 from daaray/patch-1
Update routers.md
Diffstat (limited to 'docs/api-guide')
| -rw-r--r-- | docs/api-guide/routers.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/api-guide/routers.md b/docs/api-guide/routers.md index fb48197e..8151e60f 100644 --- a/docs/api-guide/routers.md +++ b/docs/api-guide/routers.md @@ -12,7 +12,7 @@ REST framework adds support for automatic URL routing to Django, and provides yo  ## Usage -Here's an example of a simple URL conf, that uses `DefaultRouter`. +Here's an example of a simple URL conf, that uses `SimpleRouter`.      from rest_framework import routers | 
