Skip to content

Commit a1513cc

Browse files
committed
Python: Minor QLDoc fix
1 parent dfbb744 commit a1513cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatch.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ class DataFlowPlainFunction extends DataFlowFunction {
350350
DataFlowPlainFunction() { not this instanceof DataFlowMethod }
351351
}
352352

353-
/** A method, except staticmethods. */
353+
/** A method. */
354354
class DataFlowMethod extends DataFlowFunction {
355355
Class cls;
356356

0 commit comments

Comments
 (0)