This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hamilton.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b48c7a27 Deploy documentation from
a24c94f5133eb4e668cd562ad0f569df74f09e6e
b48c7a27 is described below
commit b48c7a27a662c2ade4d75821874f1346edca8e65
Author: GitHub Actions <[email protected]>
AuthorDate: Sat Oct 18 21:20:57 2025 +0000
Deploy documentation from a24c94f5133eb4e668cd562ad0f569df74f09e6e
---
content/_sources/concepts/parallel-task.rst.txt | 2 +-
content/_static/Hamilton.pdf | Bin 10216446 -> 10216458
bytes
content/concepts/parallel-task/index.html | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/_sources/concepts/parallel-task.rst.txt
b/content/_sources/concepts/parallel-task.rst.txt
index 54796b86..69b12113 100644
--- a/content/_sources/concepts/parallel-task.rst.txt
+++ b/content/_sources/concepts/parallel-task.rst.txt
@@ -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.
diff --git a/content/_static/Hamilton.pdf b/content/_static/Hamilton.pdf
index f15acd8f..e10bb8b1 100644
Binary files a/content/_static/Hamilton.pdf and b/content/_static/Hamilton.pdf
differ
diff --git a/content/concepts/parallel-task/index.html
b/content/concepts/parallel-task/index.html
index 651e829d..a0f80e6b 100644
--- a/content/concepts/parallel-task/index.html
+++ b/content/concepts/parallel-task/index.html
@@ -616,7 +616,7 @@ and run on the remote executor (which in this case is the
<cite>ThreadPoolExecut
<li><p>Make sure that your objects are serializable.</p></li>
<li><p>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.</p></li>
-<li><p>Another option is write a customer wrapper function that uses
<cite>__set_state__</cite> and <cite>__get_state__</cite> to serialize and
deserialize the object.</p></li>
+<li><p>Another option is write a custom wrapper function that uses
<cite>__set_state__</cite> and <cite>__get_state__</cite> to serialize and
deserialize the object.</p></li>
<li><p>See <a class="reference external"
href="https://github.com/apache/hamilton/issues/743">this issue</a> for details
and possible features to make
this simpler to deal with.</p></li>
</ul>