From 1b7a850fad7ed9ff11f7d6690bb759c0e4edf690 Mon Sep 17 00:00:00 2001 From: Nathan Henrie Date: Thu, 4 Aug 2022 16:45:05 -0600 Subject: [PATCH] Minor typo: missing space (#2533) * Add missing space * It's -> its --- Contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contributing.md b/Contributing.md index 0a6d982c..b78603c0 100644 --- a/Contributing.md +++ b/Contributing.md @@ -96,7 +96,7 @@ If you are adding a new feature, you should add it to the `full` feature in our You can run these tests yourself with ```cargo xtask ci``` -See [it's documentation](https://github.com/PyO3/pyo3/tree/main/xtask#readme)for more commands you can run. +See [its documentation](https://github.com/PyO3/pyo3/tree/main/xtask#readme) for more commands you can run. ## Python and Rust version support policy @@ -132,7 +132,7 @@ Second, there is a Python-based benchmark contained in the `pytests` subdirector 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! -- First, generate a `lcov.info` file with +- First, generate a `lcov.info` file with ```shell cargo xtask coverage ``` @@ -140,7 +140,7 @@ You can install an IDE plugin to view the coverage. For example, if you use VSCo - Add the [coverage-gutters](https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters) plugin. - Add these settings to VSCode's `settings.json`: ```json -{ +{ "coverage-gutters.coverageFileNames": [ "lcov.info", "cov.xml",