Fixed spelling in client.pyi

This commit is contained in:
Leonid R
2016-03-26 01:46:07 +04:00
parent cd52999f1a
commit aa2387811a
+1 -1
View File
@@ -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: ...