Fix D204's documentation to correctly mention the conventions when it is enabled (#13867)

This commit is contained in:
Micha Reiser 2024-10-22 16:51:57 +02:00 committed by GitHub
parent 7dbd8f0f8e
commit 5d4edd61bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,8 +65,8 @@ impl AlwaysFixableViolation for OneBlankLineBeforeClass {
/// docstring from its methods. /// docstring from its methods.
/// ///
/// This rule may not apply to all projects; its applicability is a matter of /// This rule may not apply to all projects; its applicability is a matter of
/// convention. By default, this rule is enabled when using the `google` /// convention. By default, this rule is enabled when using the `numpy` and `pep257`
/// convention, and disabled when using the `numpy` and `pep257` conventions. /// conventions, and disabled when using the `google` convention.
/// ///
/// ## Example /// ## Example
/// ```python /// ```python