mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Python: Clarify qldoc.
This commit is contained in:
@@ -182,7 +182,7 @@ module Pruner {
|
||||
*/
|
||||
abstract predicate constrainsVariableToBe(boolean value);
|
||||
|
||||
/** Holds if this constraint implies that `other` cannot be `None` */
|
||||
/** Holds if the value constrained by this constraint cannot be `None` */
|
||||
abstract predicate cannotBeNone();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user