Skip to content

Commit ab73b10

Browse files
authored
Merge pull request github#5959 from github/igfoo/ReturnValueIgnored_python
python: Correct the ReturnValueIgnored.qhelp docs
2 parents e01d712 + f0bec74 commit ab73b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Functions/ReturnValueIgnored.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ information being thrown away.</p>
99

1010
<p>A return value is considered to be trivial if it is <code>None</code> or it is a parameter (parameters, usually <code>self</code> are often
1111
returned to assist with method chaining, but can be ignored).
12-
A return value is also assumed to be trivial if it is ignored for 75% or more of calls.
12+
A return value is also assumed to be trivial if it is ignored for more than 25% of calls.
1313
</p>
1414

1515
</overview>

0 commit comments

Comments
 (0)