setup.rst: fix typo

This commit is contained in:
Alain Péteut 2012-04-14 14:42:28 +02:00
parent 54a02c1fb9
commit 2637daf514

View File

@ -58,7 +58,7 @@ you're using the self-documenting API::
from django.conf.urls.defaults import patterns from django.conf.urls.defaults import patterns
urlpatterns = patterns('djangorestframework.views', urlpatterns = patterns('djangorestframework.utils.staticviews',
# Add your resources here # Add your resources here
(r'^accounts/login/$', 'api_login'), (r'^accounts/login/$', 'api_login'),
(r'^accounts/logout/$', 'api_logout'), (r'^accounts/logout/$', 'api_logout'),
@ -69,4 +69,4 @@ you're using the self-documenting API::
.. _URLObject: http://pypi.python.org/pypi/URLObject/ .. _URLObject: http://pypi.python.org/pypi/URLObject/
.. _Python markdown: http://www.freewisdom.org/projects/python-markdown/ .. _Python markdown: http://www.freewisdom.org/projects/python-markdown/
.. _markdown formatting: http://daringfireball.net/projects/markdown/syntax .. _markdown formatting: http://daringfireball.net/projects/markdown/syntax
.. _PyYAML: http://pypi.python.org/pypi/PyYAML .. _PyYAML: http://pypi.python.org/pypi/PyYAML