diff --git a/examples/speech_to_text/scripts/subtitle_compliance.py b/examples/speech_to_text/scripts/subtitle_compliance.py index b539f2c5..9f14e349 100644 --- a/examples/speech_to_text/scripts/subtitle_compliance.py +++ b/examples/speech_to_text/scripts/subtitle_compliance.py @@ -290,7 +290,7 @@ def main(args): help='floating point width.') parser.add_argument( '--confidence-intervals', '-ci', default=False, action='store_true', - help='confidence intervals with 95% confidence level using bootstrap resampling ' + help='confidence intervals with 95%% confidence level using bootstrap resampling ' f'({_BOOTSTRAP_NUM_SAMPLES} samples). The number of samples can be customized by ' 'setting the environment variable BOOTSTRAP_NUM_SAMPLES.') parser.add_argument(