Skip to content

Commit 91647c5

Browse files
authored
DOC: Correct two typos in preliz (#692)
* DOC: Remove an extra backtick for formatting * DOC: Update a reference to make the word Dirichlet in proper case
1 parent ec1e78f commit 91647c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/examples/gallery/predictive_explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pz.predictive_explorer(a_pymc_model)
115115
After the parameter name, you will see a tuple indicating the valid range of the parameter. These values are inferred automatically by `predictive_explorer`.
116116

117117
Currently, we use a very simple heuristic to find the range, so take the suggestion with a pinch of salt
118-
`predictive_explorer` supports three types of plots: empirical cumulative distribution functions (CDFs), kernel density estimations (KDEs), and histograms. Additionally, you can also add custom Matplotlib code using the ``plot_func` parameter
118+
`predictive_explorer` supports three types of plots: empirical cumulative distribution functions (CDFs), kernel density estimations (KDEs), and histograms. Additionally, you can also add custom Matplotlib code using the `plot_func` parameter
119119

120120
```{jupyter-execute}
121121

preliz/internal/reference.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ @article{Morris2014
4747

4848
@Article{Michael2017,
4949
AUTHOR = {Evans, Michael and Guttman, Irwin and Li, Peiying},
50-
TITLE = {Prior Elicitation, Assessment and Inference with a Dirichlet Prior},
50+
TITLE = {Prior Elicitation, Assessment and Inference with a {Dirichlet} Prior},
5151
JOURNAL = {Entropy},
5252
VOLUME = {19},
5353
YEAR = {2017},

0 commit comments

Comments
 (0)