Skip to content

Commit

Permalink
Merge pull request #1019 from benmatselby/docs-py-typo-fix
Browse files Browse the repository at this point in the history
Small typo fix for running the static_test_script
  • Loading branch information
JackUrb authored Apr 25, 2023
2 parents 08b9900 + 153dba5 commit ac7335f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/docs/guides/tutorials/first_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ mephisto:
```
Save this configuration file, and you're ready to see your task live:
```bash
$ python static_test_script conf=my_config
$ python static_test_script.py conf=my_config
```
Mephisto should print out a link to view your task on the mturk sandbox, like `https://workersandbox.mturk.com/mturk/preview?groupId=XXXXXXXXXXXXXXXX`. Navigate here and you're working on the same task, available on MTurk (on the sandbox at least)!
Expand Down

0 comments on commit ac7335f

Please sign in to comment.