Minor typo: missing space (#2533)

* Add missing space

* It's -> its
This commit is contained in:
Nathan Henrie 2022-08-04 16:45:05 -06:00 committed by GitHub
parent c80f63610c
commit 1b7a850fad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 You can run these tests yourself with
```cargo xtask ci``` ```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 ## Python and Rust version support policy