Skip to content

Commit 5b1a231

Browse files
authored
Docs: update soft-error-limit default value to -1 (#16542)
Default value of `MANY_ERRORS_THRESHOLD` was set to `-1` in #15138, which is also the default value of the `--soft-error-limit` CLI option. However the CLI docs were not updated accordingly.
1 parent 242ad2a commit 5b1a231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/command_line.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ in error messages.
787787
disable reporting most additional errors. The limit only applies
788788
if it seems likely that most of the remaining errors will not be
789789
useful or they may be overly noisy. If ``N`` is negative, there is
790-
no limit. The default limit is 200.
790+
no limit. The default limit is -1.
791791

792792
.. option:: --force-uppercase-builtins
793793

0 commit comments

Comments
 (0)