Skip to content

Commit 878889b

Browse files
authored
Fix broken markup for hyperlink (#3539)
1 parent ec8dd62 commit 878889b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/checkpoints.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Attempting to cache apps invoked with other, non-hashable, data types will
9494
lead to an exception at invocation.
9595

9696
In that case, mechanisms to hash new types can be registered by a program by
97-
implementing the ``parsl.dataflow.memoization.id_for_memo`` function for
97+
implementing the `parsl.dataflow.memoization.id_for_memo` function for
9898
the new type.
9999

100100
Ignoring arguments

0 commit comments

Comments
 (0)