From de334f5597076029143b37d13fd5c0b2ba4e2f77 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 26 Oct 2021 13:28:35 +0200 Subject: [PATCH] PythonUtil: remove deadlink from normalDistrib docstring --- direct/src/showbase/PythonUtil.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/direct/src/showbase/PythonUtil.py b/direct/src/showbase/PythonUtil.py index 7f8830fc85..ea08247823 100644 --- a/direct/src/showbase/PythonUtil.py +++ b/direct/src/showbase/PythonUtil.py @@ -1173,8 +1173,6 @@ def normalDistrib(a, b, gauss=random.gauss): uniformly onto the curve inside [a, b] ------------------------------------------------------------------------ - https://statweb.stanford.edu/~naras/jsm/NormalDensity/NormalDensity.html - The 68-95-99.7% Rule ==================== All normal density curves satisfy the following property which is often