This is an automated email from the ASF dual-hosted git repository.

skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hamilton.git


The following commit(s) were added to refs/heads/main by this push:
     new a24c94f5 Fix typo in parallel-task documentation
a24c94f5 is described below

commit a24c94f5133eb4e668cd562ad0f569df74f09e6e
Author: Steffen Neubauer <[email protected]>
AuthorDate: Sat Oct 18 09:05:52 2025 +0200

    Fix typo in parallel-task documentation
---
 docs/concepts/parallel-task.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/concepts/parallel-task.rst b/docs/concepts/parallel-task.rst
index 54796b86..69b12113 100644
--- a/docs/concepts/parallel-task.rst
+++ b/docs/concepts/parallel-task.rst
@@ -134,7 +134,7 @@ Solution:
 * Make sure that your objects are serializable.
 * If you're using a library that doesn't support serialization, then one 
option is to have Apache Hamilton instantiate
   the object in each parallel block. You can do this by making the code depend 
on something within the parallel block.
-* Another option is write a customer wrapper function that uses 
`__set_state__` and `__get_state__` to serialize and deserialize the object.
+* Another option is write a custom wrapper function that uses `__set_state__` 
and `__get_state__` to serialize and deserialize the object.
 * See `this issue <https://github.com/apache/hamilton/issues/743>`_ for 
details and possible features to make
   this simpler to deal with.
 

Reply via email to