From f5e9466513ea061eb62601b9a49e97791bff31be Mon Sep 17 00:00:00 2001 From: thecaptain789 Date: Tue, 10 Feb 2026 13:35:40 +0000 Subject: [PATCH] fix: correct typo 'Recieve' to 'Receive' in docstring --- lang/py/avro/tether/tether_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/py/avro/tether/tether_task.py b/lang/py/avro/tether/tether_task.py index 6caac6abe90..2a837298c80 100644 --- a/lang/py/avro/tether/tether_task.py +++ b/lang/py/avro/tether/tether_task.py @@ -313,7 +313,7 @@ def partitions(self, npartitions): self._partitions = npartitions def input(self, data, count): - """Recieve input from the server + """Receive input from the server Parameters ------------------------------------------------------