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 Jun 7, 2024
1 parent d9a6270 commit 924ec49
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 924ec49

Please sign in to comment.