From 455cd759267362cf5ceb01e46a00845830072263 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 27 May 2022 15:24:23 +0200 Subject: [PATCH] Correct spelling mistake --- namecheap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/namecheap.py b/namecheap.py index 05911ca..48df758 100644 --- a/namecheap.py +++ b/namecheap.py @@ -41,7 +41,7 @@ def __init__(self, ApiUser, ApiKey, UserName, ClientIP, self.ClientIP = ClientIP self.endpoint = ENDPOINTS['sandbox' if sandbox else 'production'] self.debug = debug - self.payload_limit = 10 # After hitting this lenght limit script will move payload from POST params to POST data + self.payload_limit = 10 # After hitting this length limit script will move payload from POST params to POST data self.attempts_count = attempts_count self.attempts_delay = attempts_delay