Skip to content

Commit c04871a

Browse files
authored
Removed double space in the comment inside get_space_export method (#1489)
1 parent 9eb04fd commit c04871a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/confluence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2753,7 +2753,7 @@ def get_atl_request(url: str):
27532753
except Exception as e:
27542754
raise ApiError("Problems with getting the atl_token for get_space_export method :", reason=e)
27552755

2756-
# Checks if space_ke parameter is valid and if api_token has relevant permissions to space
2756+
# Checks if space_ke parameter is valid and if api_token has relevant permissions to space
27572757
self.get_space(space_key=space_key, expand="permissions")
27582758

27592759
try:

0 commit comments

Comments
 (0)