Skip to content

Commit

Permalink
fixed typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Xuesong Yang <[email protected]>
  • Loading branch information
XuesongYang committed May 25, 2023
1 parent cf00bb8 commit c80342e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/tts/parts/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ def sample_tts_input(
@deprecated(
explanation="But it will not be removed until a further notice. G2P object root directory "
"`nemo_text_processing.g2p` has been replaced with `nemo.collections.tts.g2p`. "
"Please use the latter instead since NeMo 1.18.0."
"Please use the latter instead as of NeMo 1.18.0."
)
def g2p_backward_compatible_support(g2p_target: str) -> str:
# for backward compatibility
Expand Down

0 comments on commit c80342e

Please sign in to comment.