Skip to content

Commit

Permalink
Update crates/ruff_linter/src/rules/pydoclint/rules/check_docstring.rs
Browse files Browse the repository at this point in the history
Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
  • Loading branch information
augustelalande and T-256 authored Jul 19, 2024
1 parent 585db73 commit 0434606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 0434606

Please sign in to comment.