Skip to content

Commit 0beb6b6

Browse files
authored
Fix in word 'occured' (#1579)
1 parent df81dc9 commit 0beb6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/confluence/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def get_tables_from_page(self, page_id):
435435
reason=e,
436436
)
437437
except Exception as e:
438-
log.error("Error occured", e)
438+
log.error("Error occurred", e)
439439

440440
def scrap_regex_from_page(self, page_id, regex):
441441
"""

0 commit comments

Comments
 (0)