docs: fix pycodestyle.max-line-length link (#10136)

This commit is contained in:
Arkin Modi 2024-02-26 08:58:13 -05:00 committed by GitHub
parent 5abf662365
commit ab4bd71755
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -378,7 +378,7 @@ pub struct Options {
/// within the `line-length`, it isn't a hard upper bound, and formatted lines may
/// exceed the `line-length`.
///
/// See [`pycodestyle.max-line-length`](#pycodestyle-max-line-length) to configure different lengths for `E501` and the formatter.
/// See [`pycodestyle.max-line-length`](#lint_pycodestyle_max-line-length) to configure different lengths for `E501` and the formatter.
#[option(
default = "88",
value_type = "int",