Skip to content

Commit 0282280

Browse files
committed
Fix whitespace issue causing pre-commmit to fail.
1 parent 9365663 commit 0282280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/contributing/pr_tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The preferred workflow for contributing to PyMC is to fork the [GitHub repositor
2525
:::
2626

2727
4. Project requirements are in ``requirements.txt``, and libraries used for development are in ``requirements-dev.txt``. The easiest (and recommended) way to set up a development environment is via [miniconda](https://docs.conda.io/en/latest/miniconda.html):
28-
28+
2929
If using Windows:
3030

3131
```bash
@@ -35,7 +35,7 @@ The preferred workflow for contributing to PyMC is to fork the [GitHub repositor
3535
```
3636

3737
For other platforms:
38-
38+
3939
```bash
4040
$ conda env create -f conda-envs/environment-dev-py37.yml # or py38 or py39
4141
$ conda activate pymc-dev-py37

0 commit comments

Comments
 (0)