Correct docstring on rss feed

Co-authored-by: Adeodato Simó <73768+dato@users.noreply.github.com>
This commit is contained in:
Matt Katz 2024-03-12 21:57:28 -04:00 committed by GitHub
parent a2e41faf69
commit 975c3ba9aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -197,7 +197,7 @@ class RssShelfFeed(Feed):
def get_object(
self, request, shelf_identifier, username
): # pylint: disable=arguments-differ
"""the user who's posts get serialized"""
"""the shelf that gets serialized"""
user = get_user_from_username(request.user, username)
# always get privacy, don't support rss over anything private
# Shelf.privacy_filter(request.user).filter(user=user).all()