Fixes wording in comments

This commit is contained in:
Mouse Reeve
2021-12-29 17:39:14 -08:00
parent 5e932711f9
commit 2640c26bb1
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
""" Re-create user streams """
""" Re-create list streams """
from django.core.management.base import BaseCommand
from bookwyrm import lists_stream, models
@ -17,9 +17,9 @@ def populate_lists_streams():
class Command(BaseCommand):
"""start all over with user streams"""
"""start all over with lists streams"""
help = "Populate streams for all users"
help = "Populate list streams for all users"
def add_arguments(self, parser):
parser.add_argument(