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.
///
/// 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, and disabled when using the `numpy` and `pep257` conventions.
/// convention. By default, this rule is enabled when using the `numpy` and `pep257`
/// conventions, and disabled when using the `google` convention.
///
/// ## Example
/// ```python