Skip to content

Commit

Permalink
Update praw/models/listing/listing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Dec 3, 2022
1 parent 8c65a5d commit dde7401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion praw/models/listing/listing.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
class Listing(PRAWBase):
"""A listing is a collection of :class:`.RedditBase` instances."""

CHILD_ATTRIBUTE = "children"
AFTER_PARAM = "after"
CHILD_ATTRIBUTE = "children"

def __len__(self) -> int:
"""Return the number of items in the Listing."""
Expand Down

0 comments on commit dde7401

Please sign in to comment.