Skip to content

Commit

Permalink
docs: use word "op" instead of "solid" (#7195)
Browse files Browse the repository at this point in the history
Small change to documentation to use the word "op" instead of "solid"
  • Loading branch information
joe-hdai committed Mar 25, 2022
1 parent efa9363 commit 7c69b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/concepts/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ do_database_stuff_dev = do_database_stuff.to_job(
)
```

Supplying resources to the <PyObject object="job" decorator />, i.e. when there aren't multiple jobs for the same graph, is also useful. For example, if you want to use an off-the-shelf resource or supply configuration in one place instead of in every solid.
Supplying resources to the <PyObject object="job" decorator />, i.e. when there aren't multiple jobs for the same graph, is also useful. For example, if you want to use an off-the-shelf resource or supply configuration in one place instead of in every op.

```python file=/concepts/resources/resources.py startafter=start_job_example endbefore=end_job_example
from dagster import job
Expand Down

1 comment on commit 7c69b8e

@vercel
Copy link

@vercel vercel bot commented on 7c69b8e Mar 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.