Revert "Fix typos and other minor touchups to guide"

This reverts commit 24eee46128.
This commit is contained in:
David Hewitt 2023-08-15 08:55:41 +01:00
parent 70bbd00d57
commit 5ad55d2dc7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## Defining a new exception
You can use the [`create_exception!`] macro to define a new exception type:
Use the [`create_exception!`] macro:
```rust
use pyo3::create_exception;