diff --git a/singer_sdk/sinks/core.py b/singer_sdk/sinks/core.py index 5226eae5e..0367ada91 100644 --- a/singer_sdk/sinks/core.py +++ b/singer_sdk/sinks/core.py @@ -265,7 +265,7 @@ def current_size(self) -> int: @property def is_full(self) -> bool: - """Calls the size limit check funtion. + """Check against the batch size limit. Returns: True if the sink needs to be drained.