Skip to content

Commit 5e053eb

Browse files
Fix typo in math.prod example (GH-15614)
(cherry picked from commit 1a8de82) Co-authored-by: Ashwin Vishnu <[email protected]>
1 parent 248387f commit 5e053eb

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)