Apply suggestions from code review

Co-authored-by: Georg Brandl <georg@python.org>
This commit is contained in:
C. Titus Brown 2022-10-16 11:01:15 -07:00 committed by GitHub
parent 54ecbdaaf0
commit 8e6bf1875f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ classifiers = [
## Running code
After this you can setup rust code to be available in python as below; for example, you can place this code in `src/lib.rs`
After this you can setup rust code to be available in python as below; for example, you can place this code in `src/lib.rs`:
```rust
use pyo3::prelude::*;