Skip to content

Commit 18108f9

Browse files
authored
Merge pull request #2477 from pymc-devs/flat_latex
Typo in _repr_latex_ for Flat distribution
2 parents 47c334a + 1085aa4 commit 18108f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/continuous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def logp(self, value):
203203
def _repr_latex_(self, name=None, dist=None):
204204
if dist is None:
205205
dist = self
206-
return r'${} \sim \text{{Flat}()$'
206+
return r'${} \sim \text{Flat}()$'
207207

208208

209209
class HalfFlat(PositiveContinuous):

0 commit comments

Comments
 (0)