Small grammar tweak

This commit is contained in:
Trenton H 2023-09-06 11:29:35 -07:00 committed by shamoon
parent 8d013cc01e
commit c44dc91c2d

View File

@ -65,7 +65,7 @@ class Command(BaseCommand):
) )
parser.add_argument( parser.add_argument(
"--id-range", "--id-range",
help="A range of document id's on which the retagging should be applied.", help="A range of document ids on which the retagging should be applied.",
nargs=2, nargs=2,
type=int, type=int,
) )