Fixed spelling in client.pyi
This commit is contained in:
+1
-1
@@ -13,5 +13,5 @@ class APNsClient(object):
|
|||||||
def send_notification(self,
|
def send_notification(self,
|
||||||
token_hex: str,
|
token_hex: str,
|
||||||
notification: Payload,
|
notification: Payload,
|
||||||
prioriy: NotificationPriority = NotificationPriority.Immediate,
|
priority: NotificationPriority = NotificationPriority.Immediate,
|
||||||
topic: Optional[str] = None) -> None: ...
|
topic: Optional[str] = None) -> None: ...
|
||||||
|
|||||||
Reference in New Issue
Block a user