Skip to content

Commit

Permalink
chore: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
danjac committed Aug 29, 2024
1 parent ef0a6f6 commit 9ff4deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiofeed/podcasts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def index(request: HttpRequest) -> HttpResponseRedirect | TemplateResponse:
@require_safe
@login_required
def subscriptions(request: HttpRequest) -> TemplateResponse:
"""Render podcast index page."""
"""Podcasts user is subscribed to."""
podcasts = _get_podcasts().subscribed(request.user)

podcasts = (
Expand Down

0 comments on commit 9ff4deb

Please sign in to comment.