Skip to content

Commit c593ee0

Browse files
authored
correct the method name in the docstring (#523)
1 parent 13181d2 commit c593ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_extras/prior.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ class Prior:
363363
364364
- `preliz` attribute to get the equivalent distribution in `preliz`
365365
- `sample_prior` method to sample from the prior
366-
- `graph` get a dummy model graph with the distribution
366+
- `to_graph` get a dummy model graph with the distribution
367367
- `constrain` to shift the distribution to a different range
368368
369369
Parameters

0 commit comments

Comments
 (0)