From d3c012f464d405841cbe4ac9c2ff82179a8bd9d7 Mon Sep 17 00:00:00 2001 From: Pierre Verkest Date: Tue, 27 Aug 2024 10:14:29 +0200 Subject: [PATCH] typo --- webdav3/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webdav3/client.py b/webdav3/client.py index a359fe3..5155395 100644 --- a/webdav3/client.py +++ b/webdav3/client.py @@ -160,7 +160,7 @@ def get_headers(self, action, headers_ext=None): """Returns HTTP headers of specified WebDAV actions. :param action: the identifier of action. - :param headers_ext: (optional) the addition headers list witch sgould be added to basic HTTP headers for + :param headers_ext: (optional) the addition headers list witch should be added to basic HTTP headers for the specified action. :return: the dictionary of headers for specified action. """