Skip to content

Commit

Permalink
chore(docs): add quotes around ${jobId} (#4521)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroelofsprins authored Nov 27, 2024
1 parent 3f78914 commit e6b82dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/molgenis/use_usingpyclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ specific job execution.
The job identifier can be passed into the script using `${jobId}`. To initialize the client with the job identifier,
the code should be structured as follows:
```python
Client('https://example.molgeniscloud.org', schema='My Schema', job=${jobId})
Client('https://example.molgeniscloud.org', schema='My Schema', job='${jobId}')
```

## Methods and properties
Expand Down

0 comments on commit e6b82dd

Please sign in to comment.