Fix Markdown syntax of bulleted list.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 28 Feb 2018 21:58:18 +0000 (13:58 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 28 Feb 2018 22:03:59 +0000 (14:03 -0800)
PiperOrigin-RevId: 187378753

tensorflow/python/ops/distributions/uniform.py

index 3580af1..e0c5544 100644 (file)
@@ -45,11 +45,12 @@ class Uniform(distribution.Distribution):
   Z = b - a
   ```
 
-  where:
-  * `low = a`,
-  * `high = b`,
-  * `Z` is the normalizing constant, and,
-  * `I[predicate]` is the [indicator function](
+  where
+
+  - `low = a`,
+  - `high = b`,
+  - `Z` is the normalizing constant, and
+  - `I[predicate]` is the [indicator function](
     https://en.wikipedia.org/wiki/Indicator_function) for `predicate`.
 
   The parameters `low` and `high` must be shaped in a way that supports