Skip to content

Commit 0f85769

Browse files
authored
Fix example in PLE1520 documentation (#13210)
1 parent 47f0b45 commit 0f85769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ruff_linter/src/rules/pylint/rules/singledispatchmethod_function.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use crate::importer::ImportRequest;
3030
/// Use instead:
3131
///
3232
/// ```python
33-
/// from functools import singledispatchmethod
33+
/// from functools import singledispatch
3434
///
3535
///
3636
/// @singledispatch

0 commit comments

Comments
 (0)