missing period

Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
Jack O'Connor
2025-07-09 17:03:06 -07:00
committed by GitHub
parent 7f3cd6352e
commit db61d3c69c

View File

@@ -1563,7 +1563,7 @@ declare_lint! {
declare_lint! {
/// ## What it does
/// Detects `nonlocal` statements that don't match a binding in any enclosing scope
/// Detects `nonlocal` statements that don't match a binding in any enclosing scope.
///
/// ## Why is this bad?
/// Unmatched `nonlocal` statements will raise a `SyntaxError` at runtime.