Skip to content

Commit

Permalink
Fix typo for static method decorator (#14038)
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax authored Nov 1, 2024
1 parent 7c2da4f commit 658a51e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ impl Violation for UnusedClassMethodArgument {
/// Use instead:
/// ```python
/// class Class:
/// @static
/// @staticmethod
/// def foo(arg1):
/// print(arg1)
/// ```
Expand Down

0 comments on commit 658a51e

Please sign in to comment.