Skip to content

Commit 965f953

Browse files
Merge pull request #1577 from RonsenbergVI:fix/docstring-typo
PiperOrigin-RevId: 456603399
2 parents e488fb2 + 253d06c commit 965f953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_probability/python/distributions/student_t.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def _entropy(self):
358358

359359
@distribution_util.AppendDocstring(
360360
"""The mean of Student's T equals `loc` if `df > 1`, otherwise it is
361-
`NaN`. If `self.allow_nan_stats=True`, then an exception will be raised
361+
`NaN`. If `self.allow_nan_stats=False`, then an exception will be raised
362362
rather than returning `NaN`.""")
363363
def _mean(self):
364364
df = tf.convert_to_tensor(self.df)

0 commit comments

Comments
 (0)