[docs] Improve more serialization Errors (#5658)

This commit is contained in:
Richard Liaw
2019-10-20 14:06:00 -07:00
committed by GitHub
parent 91acecc9f9
commit 74852c80cb
2 changed files with 95 additions and 39 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class ImportThread(object):
"""A thread used to import exports from the driver or other workers.
Note: The driver also has an import thread, which is used only to import
custom class definitions from calls to register_custom_serializer that
custom class definitions from calls to _register_custom_serializer that
happen under the hood on workers.
Attributes: