Skip to content

Commit

Permalink
Update probability_distribution.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
teschlg authored Aug 24, 2023
1 parent 5239b70 commit 3be7da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/probability/probability_distribution.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ cdef class RealDistribution(ProbabilityDistribution):
sage: s.parent()
Real Double Field
sage: T.distribution_function(0)
0.0
0.5
The gamma distribution has two parameters ``a`` and ``b``::
Expand Down

0 comments on commit 3be7da8

Please sign in to comment.