Skip to content

Commit

Permalink
Fix typo in core.rst (#6838)
Browse files Browse the repository at this point in the history
Signed-off-by: Dounx <imdounx@gmail.com>
  • Loading branch information
Dounx authored Jun 8, 2023
1 parent 3ed3c4e commit 7538a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/core/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To see all available pretrained models for a specific NeMo model, use the ``list

.. code-block:: Python
nemo_asr.model.EncDecCTCModel.list_available_models()
nemo_asr.models.EncDecCTCModel.list_available_models()
For detailed information on the available pretrained models, refer to the collections documentation:

Expand Down

0 comments on commit 7538a08

Please sign in to comment.