Skip to content

Commit e3cfac3

Browse files
committed
Merge branch 'sphinx-attr-getter-ext' of github.com:clayote/attrs into sphinx-attr-getter-ext
2 parents d0a1cbd + 733406f commit e3cfac3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ uv sync --python=$(cat .python-version-default)
7878

7979
If you don't want to use *uv*, you can use Pip 25.1 (that added support for dependency groups) or newer and install the dependencies manually:
8080

81-
```bash
82-
pip install -e . --group dev
81+
```console
82+
$ pip install -e . --group dev
8383
```
8484

8585
---
@@ -137,7 +137,7 @@ $ tox run -e docs-doctests
137137
assert "foo" == x._a_private_attribute
138138
```
139139

140-
- You can run the test suite runs with all dependencies against all supported Python versions -- just as it will in our CI -- by running `tox`.
140+
- You can run the test suite with all dependencies against all supported Python versions -- just as it will in our CI -- by running `tox`.
141141

142142
- Write [good test docstrings](https://jml.io/test-docstrings/).
143143

0 commit comments

Comments
 (0)