Skip to content

Commit f732c2d

Browse files
authored
docs(py-rattler): fix example path in mkdocs snippet (#814)
<!-- Hello! Thanks for submitting a PR! To help make things go a bit more smoothly, we would appreciate it if you follow this template. --> ### Description <!-- Good things to put here include: - reasons for the change (please link any relevant issues!), - any noteworthy (or hacky) choices to be aware of, - or what the problem resolved here looked like. --> Fixing the example in the quickstart <!-- Just as a reminder, everyone in all conda org spaces (including PRs) must follow the Conda Org Code of Conduct (link below). Finally, once again, thanks for your time and effort. If you have any feedback in regards to your experience contributing here, please let us know! Helpful links: - Conda Org COC: https://github.com/conda/.github/blob/main/CODE_OF_CONDUCT.md - Contributing docs: https://github.com/conda/.github/blob/main/CONTRIBUTING.md -->
1 parent f8abd72 commit f732c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py-rattler/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Py-rattler is the python bindings for rattler.
2121
Let's see an example to learn some of the functionality the library has to offer.
2222

2323
```python
24-
--8<-- "examples\solve_and_install.py"
24+
--8<-- "examples/solve_and_install.py"
2525
```
2626

2727
Py-rattler provides friendly high level functions to download dependencies and create environments.

0 commit comments

Comments
 (0)