Skip to content

Commit f6f78a9

Browse files
committed
index generation with distribution statament
1 parent 41c7dd0 commit f6f78a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def make_index_mapping(sigs):
2828
sig = f"<!-- {returntype}; {name}"
2929
if args.strip() == "~":
3030
sig += " ~; "
31-
index_entry = "sampling statement"
31+
index_entry = "distribution statement"
3232
else:
3333
sig += f"; {args}; "
3434
index_entry = f"`{args} : {returntype}`"

0 commit comments

Comments
 (0)