Skip to content

Commit 638547b

Browse files
cliff688nessita
authored andcommitted
[5.1.x] Fixed typo in tutorial 5.
Backport of 095f5db from main.
1 parent 2ee6ca6 commit 638547b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro/tutorial05.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ and then we must amend the ``get_queryset`` method like so:
456456

457457
``Question.objects.filter(pub_date__lte=timezone.now())`` returns a queryset
458458
containing ``Question``\s whose ``pub_date`` is less than or equal to - that
459-
is, earlier than or equal to - ``timezone.now``.
459+
is, earlier than or equal to - ``timezone.now()``.
460460

461461
Testing our new view
462462
--------------------

0 commit comments

Comments
 (0)