Skip to content

Commit 27155a5

Browse files
Merge pull request #1380 from europeanplaice:doc_fix
PiperOrigin-RevId: 384496299
2 parents 611cd72 + 5694137 commit 27155a5

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)