We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3412860 commit 8708280Copy full SHA for 8708280
docs/intro/tutorial03.txt
@@ -326,8 +326,8 @@ shortcut. Here's the ``detail()`` view, rewritten::
326
return render_to_response('polls/detail.html', {'poll': p})
327
328
The :func:`~django.shortcuts.get_object_or_404` function takes a Django model
329
-module as its first argument and an arbitrary number of keyword arguments, which
330
-it passes to the module's :meth:`~django.db.models.QuerySet.get` function. It
+as its first argument and an arbitrary number of keyword arguments, which it
+passes to the module's :meth:`~django.db.models.QuerySet.get` function. It
331
raises :exc:`~django.http.Http404` if the object doesn't exist.
332
333
.. admonition:: Philosophy
0 commit comments