mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Python: Minor QLDoc fix
This commit is contained in:
@@ -350,7 +350,7 @@ class DataFlowPlainFunction extends DataFlowFunction {
|
||||
DataFlowPlainFunction() { not this instanceof DataFlowMethod }
|
||||
}
|
||||
|
||||
/** A method, except staticmethods. */
|
||||
/** A method. */
|
||||
class DataFlowMethod extends DataFlowFunction {
|
||||
Class cls;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user