From aa2387811a5013623ac0e586dde8576e45b3ea5a Mon Sep 17 00:00:00 2001 From: Leonid R Date: Sat, 26 Mar 2016 01:46:07 +0400 Subject: [PATCH] Fixed spelling in client.pyi --- apns2/client.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apns2/client.pyi b/apns2/client.pyi index c5e4c5d..d4d47c1 100644 --- a/apns2/client.pyi +++ b/apns2/client.pyi @@ -13,5 +13,5 @@ class APNsClient(object): def send_notification(self, token_hex: str, notification: Payload, - prioriy: NotificationPriority = NotificationPriority.Immediate, + priority: NotificationPriority = NotificationPriority.Immediate, topic: Optional[str] = None) -> None: ...