Skip to content

Commit 01539be

Browse files
committed
Minor grammar fix.
1 parent b490304 commit 01539be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc3/distributions/continuous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,9 @@ class HalfNormal(PositiveContinuous):
355355
Parameters
356356
----------
357357
sd : float
358-
Standard deviation (sd > 0) .(only required if tau is not specified)
358+
Standard deviation (sd > 0) (only required if tau is not specified).
359359
tau : float
360-
Precision (tau > 0). (only required if sd is not specified)
360+
Precision (tau > 0) (only required if sd is not specified).
361361
362362
Examples
363363
--------

0 commit comments

Comments
 (0)