diff --git a/docs/tutorials/state.md b/docs/tutorials/state.md index 7434e2ce..f1423a8d 100644 --- a/docs/tutorials/state.md +++ b/docs/tutorials/state.md @@ -18,7 +18,7 @@ state. You can download a state with `get_state_json`. ```python example_id = 4845531975188480 -example_state = client.state.get_state_json(test_id) +example_state = client.state.get_state_json(example_id) example_state['layers'][0] ```