Skip to content

Commit 41142c4

Browse files
FilippoOlivodario-coscia
authored andcommitted
Update collector.py
1 parent 04ef78e commit 41142c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pina/collector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(self, problem):
3737
@property
3838
def full(self):
3939
"""
40-
Whether all conditions are ready or not.
40+
Whether all conditions are ready to be passed to the collector.
4141
4242
:return: True if all conditions are ready.
4343
:rtype: bool
@@ -48,7 +48,7 @@ def full(self):
4848
@full.setter
4949
def full(self, value):
5050
"""
51-
Check the consistency of the value and set the full property.
51+
Set the full flag.
5252
5353
:param bool value: The value to set the full property to.
5454
"""

0 commit comments

Comments
 (0)