Skip to content

Commit 587aaf3

Browse files
committed
Fix code example
1 parent 9eb7d78 commit 587aaf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymc_experimental/distributions/continuous.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,10 @@ class Chi:
261261
Examples
262262
--------
263263
.. code-block:: python
264+
from pymc_experimental import Chi
264265
265266
with pm.Model():
266-
x = pm.Chi('x', nu=1)
267+
x = Chi('x', nu=1)
267268
"""
268269

269270
@staticmethod

0 commit comments

Comments
 (0)