From 07fa4cc0c4d80b70b4bbb254dacff1adc4a25550 Mon Sep 17 00:00:00 2001 From: Filippo Olivo Date: Wed, 12 Mar 2025 19:46:28 +0100 Subject: [PATCH] Update collector.py --- pina/collector.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pina/collector.py b/pina/collector.py index f47b57e..2010c05 100644 --- a/pina/collector.py +++ b/pina/collector.py @@ -37,7 +37,7 @@ class Collector: @property def full(self): """ - Whether all conditions are ready or not. + Whether all conditions are ready to be passed to the collector. :return: True if all conditions are ready. :rtype: bool @@ -48,7 +48,7 @@ class Collector: @full.setter def full(self, value): """ - Check the consistency of the value and set the full property. + Set the full flag. :param bool value: The value to set the full property to. """