aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distributions/python/ops/vector_student_t.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/distributions/python/ops/vector_student_t.py')
-rw-r--r--tensorflow/contrib/distributions/python/ops/vector_student_t.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/distributions/python/ops/vector_student_t.py b/tensorflow/contrib/distributions/python/ops/vector_student_t.py
index ae804b6172..507493560b 100644
--- a/tensorflow/contrib/distributions/python/ops/vector_student_t.py
+++ b/tensorflow/contrib/distributions/python/ops/vector_student_t.py
@@ -160,7 +160,7 @@ class _VectorStudentT(transformed_distribution.TransformedDistribution):
#### Examples
A single instance of a "Vector Student's t-distribution" is defined by a mean
- vector of of length `k` and a scale matrix of shape `k x k`.
+ vector of length `k` and a scale matrix of shape `k x k`.
Extra leading dimensions, if provided, allow for batches.