minor grammar fix in documentation

This commit is contained in:
Walnut 2023-04-23 02:05:51 -05:00 committed by GitHub
parent 3e21797a1d
commit 24ab144a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ The `#[pyfunction]` macro can take the argument specification directly, but this
The `#[pymethods]` macro has an `#[args]` attribute which accepts the deprecated form.
Below are the same examples as above which using the deprecated syntax:
Below are the same examples as above, but using the deprecated syntax:
```rust
# #![allow(deprecated)]