Skip to content

Commit 5694137

Browse files
Fix markdown
1 parent 611cd72 commit 5694137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_probability/python/stats/sample_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ def windowed_mean(
866866
high_indices: An integer `Tensor` defining the upper boundary
867867
(exclusive) of each window. Must be broadcast-compatible with
868868
`low_indices`. Default: `tf.range(1, N+1)`, i.e., N windows
869-
that each end in the corresponding datum from `x` (inclusive)`.
869+
that each end in the corresponding datum from `x` (inclusive).
870870
axis: Scalar `Tensor` designating the axis holding samples. This
871871
is the axis of `x` along which we take windows, and therefore
872872
the axis that `low_indices` and `high_indices` index into.

0 commit comments

Comments
 (0)