FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

python: Correct the ReturnValueIgnored.qhelp docs · github/codeql@f0bec74 · GitHub

/ codeql Public

Commit f0bec74

Browse files
committed
python: Correct the ReturnValueIgnored.qhelp docs
1 parent 795a1c7 commit f0bec74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL