Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Koji Ishii <[email protected]>
  • Loading branch information
tushuhei and kojiishi authored Dec 12, 2023
1 parent f18c5f3 commit 597acf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/encode_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def parse_args(test: ArgList = None) -> argparse.Namespace:
parser.add_argument(
'--scale',
type=int,
help='''Weight scale for the entrties. The value should be a unsigned
help='''Weight scale for the entries. The value should be a unsigned
integer. (default: 1)''',
default=1)
if test is None:
Expand Down

0 comments on commit 597acf0

Please sign in to comment.