Skip to content

Commit b2df92c

Browse files
author
gkowalc
committed
fixing small typos
1 parent 03bd7d6 commit b2df92c

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
@@ -2669,7 +2669,7 @@ def get_space_export(self, space_key: str, export_type: str) -> str:
26692669
"""
26702670

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

0 commit comments

Comments
 (0)