Skip to content

Commit

Permalink
Small grammar tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Sep 6, 2023
1 parent 8920c7f commit e519757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documents/management/commands/document_retagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def add_arguments(self, parser):
)
parser.add_argument(
"--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,
type=int,
)
Expand Down

0 comments on commit e519757

Please sign in to comment.