Skip to content

Commit

Permalink
Added submissions to attribute list in docs
Browse files Browse the repository at this point in the history
Submissions were previously omitted
  • Loading branch information
AidanWelch authored and LilSpazJoekp committed Jun 16, 2021
1 parent 27decfd commit 02530bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Expand Up @@ -24,6 +24,7 @@ Documentation Contributors
- xCROv `@xCROv <https://github.com/xCROv>`_
- taq `@greentaquitos <https://github.com/greentaquitos>`_
- Federico Gallo `@Karmavil <https://github.com/Karmavil>`_
- Aidan Welch `@AidanWelch <https://github.com/AidanWelch>`_
- Add "Name <email (optional)> and github profile link" above this line.

Logo Creator
Expand Down
2 changes: 2 additions & 0 deletions praw/models/reddit/redditor.py
Expand Up @@ -39,6 +39,8 @@ class Redditor(MessageableMixin, RedditorListingMixin, FullnameMixin, RedditBase
``comment_karma`` The comment karma for the Redditor.
``comments`` Provide an instance of :class:`.SubListing` for
comment access.
``submissions`` Provide an instance of :class:`.SubListing` for
submission access.
``created_utc`` Time the account was created, represented in
`Unix Time`_.
``has_verified_email`` Whether or not the Redditor has verified their
Expand Down

0 comments on commit 02530bc

Please sign in to comment.