From 18083d152ca969f65b401af0c15361987ee04180 Mon Sep 17 00:00:00 2001 From: Aidas Bendoraitis Date: Wed, 26 Jul 2017 07:01:52 +0200 Subject: [PATCH] Typo in the README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2c4b9ff..081d139 100644 --- a/README.rst +++ b/README.rst @@ -197,7 +197,7 @@ Mark all of the read notifications in the queryset (optionally also filtered by Mark all of the unsent notifications in the queryset (optionally also filtered by ``recipient``) as sent. -``qs.mark_as_unsent()`` | ``qs.mark_as_unsent()(recipient)`` +``qs.mark_as_unsent()`` | ``qs.mark_as_unsent(recipient)`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mark all of the sent notifications in the queryset (optionally also filtered by ``recipient``) as unsent.