Skip to content

Commit 99aa1e2

Browse files
committed
fix: missing ,
1 parent afac982 commit 99aa1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/os_stochastic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ $$
523523
def B(
524524
x: float,
525525
c: float,
526-
v_array: np.ndarray
526+
v_array: np.ndarray,
527527
model: Model,
528528
) -> float:
529529
"""

0 commit comments

Comments
 (0)