Fix example syntax for pydocstyle ignore_var_parameters option (#17740)

Co-authored-by: Brendan Cooley <brendanc@ladodgers.com>
This commit is contained in:
Brendan Cooley 2025-04-30 12:19:41 -04:00 committed by GitHub
parent a7c358ab5c
commit 5679bf00bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3118,7 +3118,7 @@ pub struct PydocstyleOptions {
default = r#"false"#,
value_type = "bool",
example = r#"
ignore_var_parameters = true
ignore-var-parameters = true
"#
)]
pub ignore_var_parameters: Option<bool>,