Python: Clarify qldoc.

This commit is contained in:
Mark Shannon
2019-06-19 14:02:24 +01:00
parent 30f2df8ac4
commit 2040b010f4

View File

@@ -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();
}