Skip to content

Commit

Permalink
Remove class docstring addition
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettscience committed May 12, 2024
1 parent 8b40cbd commit e9eb1ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion canvasapi/paginated_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class PaginatedList(object):
"""
Abstracts `pagination of Canvas API \
<https://canvas.instructure.com/doc/api/file.pagination.html>`_.
Returns a complete list of all results of a specified type.
"""

def __getitem__(self, index):
Expand Down

0 comments on commit e9eb1ec

Please sign in to comment.