Skip to content

Commit 90fc7da

Browse files
authored
Big docs bug fix
"tau only required if sd not specified." Previously was "tau only required if tau not specified."
1 parent ba70149 commit 90fc7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/continuous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ class Normal(Continuous):
270270
sd : float
271271
Standard deviation (sd > 0) (only required if tau is not specified).
272272
tau : float
273-
Precision (tau > 0) (only required if tau is not specified).
273+
Precision (tau > 0) (only required if sd is not specified).
274274
275275
Examples
276276
--------

0 commit comments

Comments
 (0)