diff --git a/crates/ruff_linter/src/rules/pydoclint/rules/check_docstring.rs b/crates/ruff_linter/src/rules/pydoclint/rules/check_docstring.rs index 55b24bfc2aee3..d367a4a9b5cba 100644 --- a/crates/ruff_linter/src/rules/pydoclint/rules/check_docstring.rs +++ b/crates/ruff_linter/src/rules/pydoclint/rules/check_docstring.rs @@ -72,7 +72,7 @@ impl Violation for DocstringMissingException { } } -/// ## What it does' +/// ## What it does /// Checks for function docstrings that include exceptions which are not /// explicitly raised. ///