Skip to content

Commit 1a8de82

Browse files
ashwinvispablogsal
authored andcommitted
Fix typo in math.prod example (GH-15614)
1 parent ed70129 commit 1a8de82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ numbers::
767767

768768
>>> prior = 0.8
769769
>>> likelihoods = [0.625, 0.84, 0.30]
770-
>>> (link: http://math.prod) math.prod(likelihoods, start=prior)
770+
>>> math.prod(likelihoods, start=prior)
771771
0.126
772772

773773
(Contributed by Pablo Galindo in :issue:`35606`)

0 commit comments

Comments
 (0)