Skip to content

Commit 1b7a850

Browse files
authored
Minor typo: missing space (#2533)
* Add missing space * It's -> its
1 parent c80f636 commit 1b7a850

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If you are adding a new feature, you should add it to the `full` feature in our
9696

9797
You can run these tests yourself with
9898
```cargo xtask ci```
99-
See [it's documentation](https://github.com/PyO3/pyo3/tree/main/xtask#readme)for more commands you can run.
99+
See [its documentation](https://github.com/PyO3/pyo3/tree/main/xtask#readme) for more commands you can run.
100100

101101
## Python and Rust version support policy
102102

@@ -132,15 +132,15 @@ Second, there is a Python-based benchmark contained in the `pytests` subdirector
132132

133133
You can view what code is and isn't covered by PyO3's tests. We aim to have 100% coverage - please check coverage and add tests if you notice a lack of coverage!
134134

135-
- First, generate a `lcov.info` file with
135+
- First, generate a `lcov.info` file with
136136
```shell
137137
cargo xtask coverage
138138
```
139139
You can install an IDE plugin to view the coverage. For example, if you use VSCode:
140140
- Add the [coverage-gutters](https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters) plugin.
141141
- Add these settings to VSCode's `settings.json`:
142142
```json
143-
{
143+
{
144144
"coverage-gutters.coverageFileNames": [
145145
"lcov.info",
146146
"cov.xml",

0 commit comments

Comments
 (0)