Apply suggestions from code review
Co-authored-by: Georg Brandl <georg@python.org>
This commit is contained in:
parent
54ecbdaaf0
commit
8e6bf1875f
|
@ -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::*;
|
||||
|
|
Loading…
Reference in New Issue