Skip to content

Commit

Permalink
Merge pull request #41 from dalenguyen/master
Browse files Browse the repository at this point in the history
Fixed typos for generics view
  • Loading branch information
shabda committed Jan 28, 2019
2 parents 8f4c66e + f3ed04a commit 9ea49d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/views-and-generic-views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ The response looks like this
"poll": 2
}
You can also retrieve the :code:`Poll` to by doing a :code:`GET` to :code:`/poll/<pk>/`. You should get something like this
You can also retrieve the :code:`Poll` to by doing a :code:`GET` to :code:`/polls/<pk>/`. You should get something like this

.. code-block:: json
Expand Down

0 comments on commit 9ea49d5

Please sign in to comment.