guide: linkify "Method arguments" in class.md

This commit is contained in:
Matthew Lloyd 2022-11-20 16:33:15 -05:00 committed by GitHub
parent 8ca41be87b
commit b2014c30aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ still use `new()` for a Rust-level constructor.
If no method marked with `#[new]` is declared, object instances can only be
created from Rust, but not from Python.
For arguments, see the `Method arguments` section below.
For arguments, see the [`Method arguments`](#method-arguments) section below.
## Adding the class to a module