Skip to content

Commit 117a85d

Browse files
committed
Fix documentation title
1 parent cc8343d commit 117a85d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts/parallel-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ to set what should be determined to be collected at DAG construction time:
268268
.with_config(_config)
269269
270270
Parallelizable Subclassing
271-
=============
271+
==========================
272272

273273
When annotating a function with `Parallelizable`, it is not possible to specify in the annotation what the type returned by the function will actually be, and these are not identified by a linter or other tools as static type checking. Especially for functions that can be used with or without Hamilton, this can be a problem.
274274

0 commit comments

Comments
 (0)