Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <[email protected]>
  • Loading branch information
testwill committed Mar 19, 2024
1 parent bedb259 commit 4a98a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/multilingual/data_scripts/utils/dedup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ def main():
parser.add_argument("--tgt-file", type=str, required=True,
help="tgt file")
parser.add_argument("--src-file-out", type=str, required=True,
help="src ouptut file")
help="src output file")
parser.add_argument("--tgt-file-out", type=str, required=True,
help="tgt ouput file")
help="tgt output file")
args = parser.parse_args()
deup(args.src_file, args.tgt_file, args.src_file_out, args.tgt_file_out)

Expand Down

0 comments on commit 4a98a44

Please sign in to comment.