Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haikoschol committed Mar 22, 2015
1 parent 83367ff commit d6f0fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rest-framework/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Start a new Django project and add `'rest_framework'` and `'oauth2_provider'` to
)
Now we need to tell Django REST Framework to use the new authentication backend.
To do so add the following lines add the end of your `settings.py` module:
To do so add the following lines at the end of your `settings.py` module:

.. code-block:: python
Expand Down

0 comments on commit d6f0fb7

Please sign in to comment.