We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb04fd commit c04871aCopy full SHA for c04871a
atlassian/confluence.py
@@ -2753,7 +2753,7 @@ def get_atl_request(url: str):
2753
except Exception as e:
2754
raise ApiError("Problems with getting the atl_token for get_space_export method :", reason=e)
2755
2756
- # 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
2757
self.get_space(space_key=space_key, expand="permissions")
2758
2759
try:
0 commit comments