Skip to content

Commit a573c54

Browse files
Kiuk Chungfacebook-github-bot
Kiuk Chung
authored andcommitted
fix typo in quickstart.rst (#92)
Summary: Pull Request resolved: #92 quickstart.rst had a typo where it references an old custom component file (`echo_torchx.py`). Fixed to make it reference the correct one (`test.py`). Reviewed By: aivanou Differential Revision: D29433131 fbshipit-source-id: 2b9ada09d874eb2b311d8b7dfa07125c17567b1d
1 parent 2d72aea commit a573c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This is just a regular python file where we define the app spec.
6161
6262
$ touch ~/test.py
6363
64-
Now copy paste the following into test.py
64+
Now copy paste the following into ``test.py``
6565

6666
::
6767

@@ -96,7 +96,7 @@ Notice that
9696
indicating that it is a required argument.
9797
2. We use a local dir (``/tmp``) as the ``image``. In practice this will be
9898
the identifier of the package (e.g. Docker image) that the scheduler supports.
99-
3. ``echo_torchx.py`` does **not** contain the logic of the app and is
99+
3. ``test.py`` does **not** contain the logic of the app and is
100100
simply a job definition.
101101

102102

0 commit comments

Comments
 (0)