Skip to content

Commit

Permalink
Fix string-length limit in documentation for PYI054 (#16432)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser authored Feb 28, 2025
1 parent cf83584 commit a8e171f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::checkers::ast::Checker;
///
/// ## Why is this bad?
/// If a function has a default value where the literal representation is
/// greater than 50 characters, the value is likely to be an implementation
/// greater than 10 characters, the value is likely to be an implementation
/// detail or a constant that varies depending on the system you're running on.
///
/// Default values like these should generally be omitted from stubs. Use
Expand Down

0 comments on commit a8e171f

Please sign in to comment.