diff options
author | Matevž Poberžnik <tevzpoberznik@gmail.com> | 2017-11-17 12:24:29 +0100 |
---|---|---|
committer | Matevž Poberžnik <tevzpoberznik@gmail.com> | 2017-11-17 12:24:29 +0100 |
commit | 55bb597ae555e3f80454c017de4f47d68f1e9145 (patch) | |
tree | 343d5d0f3bcae007fb82bfa2aadac54303897d26 /python/problems/functions_and_modules/modules_sl.html | |
parent | 3935911167b037e4fa80c1c55aa4e6cbf15d223f (diff) |
Fix 'poprečje' to 'povprečje' multiple times
Diffstat (limited to 'python/problems/functions_and_modules/modules_sl.html')
-rw-r--r-- | python/problems/functions_and_modules/modules_sl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/problems/functions_and_modules/modules_sl.html b/python/problems/functions_and_modules/modules_sl.html index ec414ef..4d5e148 100644 --- a/python/problems/functions_and_modules/modules_sl.html +++ b/python/problems/functions_and_modules/modules_sl.html @@ -70,7 +70,7 @@ ['Ana', 'Fanci', 'Dani', 'Cilka', 'Ema', 'Berta']</pre> <p><code>random.gauss(mu, sigma)</code> vrača naključna števila iz Gaussove - distribucije s podanim poprečjem <code>mu</code> in varianco + distribucije s podanim povprečjem <code>mu</code> in varianco <code>sigma</code>. Tule je pet števil iz distribucije N(10, 3):</p> <pre>>>> for i in range(5): |