Skip to content

Commit 5baa6a9

Browse files
fix a spelling mistake (tourch->touch) (k2-fsa#29)
1 parent eed3fc5 commit 5baa6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contributing/how-to-create-a-recipe.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ organize your files in the following way:
5656
$ cd egs/foo/ASR
5757
$ mkdir bar
5858
$ cd bar
59-
$ tourch README.md model.py train.py decode.py asr_datamodule.py pretrained.py
59+
$ touch README.md model.py train.py decode.py asr_datamodule.py pretrained.py
6060
6161
For instance , the ``yesno`` recipe has a ``tdnn`` model and its directory structure
6262
looks like the following:

0 commit comments

Comments
 (0)