From 35467b0e2aaceaac9c313de3e746c73a9ee8c97c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleks=20Vuji=C4=87?= Date: Tue, 14 Jan 2025 22:54:55 +0100 Subject: [PATCH] Removed double space in the comment inside get_space_export method --- atlassian/confluence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlassian/confluence.py b/atlassian/confluence.py index da15fa11a..83db233c5 100644 --- a/atlassian/confluence.py +++ b/atlassian/confluence.py @@ -2753,7 +2753,7 @@ def get_atl_request(url: str): except Exception as e: raise ApiError("Problems with getting the atl_token for get_space_export method :", reason=e) - # Checks if space_ke parameter is valid and if api_token has relevant permissions to space + # Checks if space_ke parameter is valid and if api_token has relevant permissions to space self.get_space(space_key=space_key, expand="permissions") try: