From 51f2e5706bd58a1180b922387186c58148029e26 Mon Sep 17 00:00:00 2001 From: Dan Norman Date: Mon, 19 Feb 2024 11:31:39 -0700 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Edgar Ramírez Mondragón <16805946+edgarrmondragon@users.noreply.github.com> --- singer_sdk/sinks/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.