From ca71c8fbeaf42cf67665a68478d8b34b8bbee088 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 22 Aug 2023 12:18:39 -0500 Subject: [PATCH] Fix markup --- Doc/library/statistics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index 29847379b33106..368b2a17cef997 100644 --- a/Doc/library/statistics.rst +++ b/Doc/library/statistics.rst @@ -831,7 +831,7 @@ of applications in statistics. .. versionchanged:: 3.13 Switched to a faster algorithm. To reproduce samples from previous - versions, use :func:`random.seed` and :func`random.gauss`. + versions, use :func:`random.seed` and :func:`random.gauss`. .. method:: NormalDist.pdf(x)