From 3c31d2398b07417bbcc8d14bf16be1a4bd00f4d5 Mon Sep 17 00:00:00 2001 From: Chuck Hays Date: Thu, 22 Oct 2015 08:40:28 -0700 Subject: [PATCH] Fix typo in feedback example --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index e243bf5..9ccb9dc 100644 --- a/README.markdown +++ b/README.markdown @@ -35,7 +35,7 @@ Apple recommends to query the feedback service daily to get the list of device t ``` #New APNS connection -feedback_connection = APNS(use_sandbox=True, cert_file='cert.pem', key_file='key.pem') +feedback_connection = APNs(use_sandbox=True, cert_file='cert.pem', key_file='key.pem') # Get feedback messages. for (token_hex, fail_time) in feedback_connection.feedback_server.items():