Skip to content

Commit e2cf093

Browse files
author
Caitlin-Fabian
committed
format fix
1 parent b9b2c1b commit e2cf093

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

canvasapi/page.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ def delete(self, **kwargs):
1212
Delete this page.
1313
1414
:calls: `DELETE /api/v1/courses/:course_id/pages/:url \
15-
<https://canvas.instructure.com/doc/api/pages.html#method.wiki_pages_api.destroy>`
16-
17-
or
18-
19-
:calls: `DELETE /api/v1/groups/:group_id/pages/:url \
20-
<https://canvas.instructure.com/doc/api/pages.html#method.wiki_pages_api.destroy>`
15+
<https://canvas.instructure.com/doc/api/pages.html#method.wiki_pages_api.destroy>`
16+
or
17+
:calls: `DELETE /api/v1/groups/:group_id/pages/:url \
18+
<https://canvas.instructure.com/doc/api/pages.html#method.wiki_pages_api.destroy>`
2119
2220
:rtype: :class:`canvasapi.group.Group` or :class:`canvasapi.page.Page`
2321
"""

0 commit comments

Comments
 (0)