Skip to content

Commit

Permalink
Fix quoting in Gumbel bijector docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
davmre authored and Copybara-Service committed Sep 4, 2018
1 parent 5f13c10 commit fd231b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow_probability/python/bijectors/gumbel.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
class Gumbel(bijector.Bijector):
"""Compute `Y = g(X) = exp(-exp(-(X - loc) / scale))`.
This bijector maps inputs from `[-inf, inf]` to [0, 1]`. The inverse of the
bijector applied to a uniform random variable `X ~ U(0, 1) gives back a
This bijector maps inputs from `[-inf, inf]` to `[0, 1]`. The inverse of the
bijector applied to a uniform random variable `X ~ U(0, 1)` gives back a
random variable with the
[Gumbel distribution](https://en.wikipedia.org/wiki/Gumbel_distribution):
Expand Down

0 comments on commit fd231b7

Please sign in to comment.