This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 860d80026f fix: correct typo 'Recieve' to 'Receive' in docstring
(#3647)
860d80026f is described below
commit 860d80026fc46db6f18552b547921364efeb75fa
Author: thecaptain789 <[email protected]>
AuthorDate: Tue Feb 10 14:19:51 2026 +0000
fix: correct typo 'Recieve' to 'Receive' in docstring (#3647)
Co-authored-by: thecaptain789 <[email protected]>
---
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 6caac6abe9..2a837298c8 100644
--- a/lang/py/avro/tether/tether_task.py
+++ b/lang/py/avro/tether/tether_task.py
@@ -313,7 +313,7 @@ class TetherTask(abc.ABC):
self._partitions = npartitions
def input(self, data, count):
- """Recieve input from the server
+ """Receive input from the server
Parameters
------------------------------------------------------