Skip to content

Commit

Permalink
fixing small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gkowalc committed Oct 15, 2024
1 parent 03bd7d6 commit b2df92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlassian/confluence.py
Original file line number Diff line number Diff line change
Expand Up @@ -2669,7 +2669,7 @@ def get_space_export(self, space_key: str, export_type: str) -> str:
"""

def get_atl_request(url: str):
# Nested fucntion used to get atl_token used for XSRF protection. this is only applicable to html/csv/xml spacee exports
# Nested function used to get atl_token used for XSRF protection. this is only applicable to html/csv/xml space exports
try:
response = self.get(url, advanced_mode=True)
parsed_html = BeautifulSoup(response.text, "html.parser")
Expand Down

0 comments on commit b2df92c

Please sign in to comment.