Skip to content

Commit 96ab843

Browse files
authored
fix typo (#1038)
1 parent 36336b3 commit 96ab843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-api-examples/streaming_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def add_model_args(parser: argparse.ArgumentParser):
158158
parser.add_argument(
159159
"--paraformer-decoder",
160160
type=str,
161-
help="Path to the transducer decoder model.",
161+
help="Path to the paraformer decoder model.",
162162
)
163163

164164
parser.add_argument(

0 commit comments

Comments
 (0)