mirror of https://github.com/astral-sh/ruff
Fix `D204`'s documentation to correctly mention the conventions when it is enabled (#13867)
This commit is contained in:
parent
7dbd8f0f8e
commit
5d4edd61bf
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue