From 02333656ce540fc702452476b7d13e7f9c0b1187 Mon Sep 17 00:00:00 2001 From: "Brant.Y" Date: Fri, 31 Jan 2014 22:37:49 +0800 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 40b2446..19e5077 100644 --- a/README.rst +++ b/README.rst @@ -89,7 +89,7 @@ To generate an notification anywhere in your code, simply import the notify sign from notifications import notify - notify.send(recipient=user, recipient=user, verb='you reached level 10') + notify.send(user, recipient=user, verb='you reached level 10') notify.send(comment.user, recipient=user, verb=u'replied', action_object=comment, description=comment.comment, target=comment.content_object)