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 2ee6ca6 commit 638547bCopy full SHA for 638547b
docs/intro/tutorial05.txt
@@ -456,7 +456,7 @@ and then we must amend the ``get_queryset`` method like so:
456
457
``Question.objects.filter(pub_date__lte=timezone.now())`` returns a queryset
458
containing ``Question``\s whose ``pub_date`` is less than or equal to - that
459
-is, earlier than or equal to - ``timezone.now``.
+is, earlier than or equal to - ``timezone.now()``.
460
461
Testing our new view
462
--------------------
0 commit comments