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 8d680ab27a..2f4b33b7e7 100644
--- a/tensorflow/contrib/distributions/python/ops/vector_student_t.py
+++ b/tensorflow/contrib/distributions/python/ops/vector_student_t.py
@@ -191,7 +191,7 @@ class _VectorStudentT(transformed_distribution.TransformedDistribution):
```
For more examples of how to construct the `scale` matrix, see the
- `tf.contrib.distributions.bijectors.Affine` docstring.
+ `bijectors.Affine` docstring.
"""