From d542e7a74bb8b205a040826d56ff195d58662502 Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Tue, 5 Mar 2024 18:46:22 -0500 Subject: [PATCH] updated comment --- src/epplibwrapper/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/epplibwrapper/client.py b/src/epplibwrapper/client.py index 951e612bc..b08a9cb8a 100644 --- a/src/epplibwrapper/client.py +++ b/src/epplibwrapper/client.py @@ -141,7 +141,7 @@ class EPPLibWrapper: return self._send(command) def send(self, command, *, cleaned=False): - """Login, send the command, then close the connection. Tries 3 times.""" + """Login, the send the command. Retry once if an error is found""" # try to prevent use of this method without appropriate safeguards if not cleaned: raise ValueError("Please sanitize user input before sending it.")