Skip to content

Commit 1337d1b

Browse files
✏️ small typo and remove summary in plots.rst
1 parent 8076612 commit 1337d1b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: docs/source/api/plots.rst

-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@ library, a general purpose library for
1010
"exploratory analysis of Bayesian models."
1111
Refer to its documentation to use the plotting functions directly.
1212

13-
.. currentmodule:: pymc3.plots.posteriorplot
14-
1513
.. automodule:: pymc3.plots.posteriorplot
1614
:members:

Diff for: pymc3/plots/posteriorplot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def plot_posterior_predictive_glm(
5454
5555
Warnings
5656
--------
57-
The `plot_posterior_predictive_glm` function will removed in a future PyMC3 release.
57+
The `plot_posterior_predictive_glm` function will be removed in a future PyMC3 release.
5858
"""
5959
warnings.warn(
6060
"The `plot_posterior_predictive_glm` function will migrate to Arviz in a future release. "

0 commit comments

Comments
 (0)