From 1337d1b05c60d5eb03182e31619d899ebf09d956 Mon Sep 17 00:00:00 2001 From: CloudChaoszero Date: Mon, 18 Jan 2021 02:09:18 -0800 Subject: [PATCH] :pencil2: small typo and remove summary in plots.rst --- docs/source/api/plots.rst | 2 -- pymc3/plots/posteriorplot.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/api/plots.rst b/docs/source/api/plots.rst index ff4f0762d98..0dec109b7f1 100644 --- a/docs/source/api/plots.rst +++ b/docs/source/api/plots.rst @@ -10,7 +10,5 @@ library, a general purpose library for "exploratory analysis of Bayesian models." Refer to its documentation to use the plotting functions directly. -.. currentmodule:: pymc3.plots.posteriorplot - .. automodule:: pymc3.plots.posteriorplot :members: diff --git a/pymc3/plots/posteriorplot.py b/pymc3/plots/posteriorplot.py index 43c362cc31c..92b341d9cc9 100644 --- a/pymc3/plots/posteriorplot.py +++ b/pymc3/plots/posteriorplot.py @@ -54,7 +54,7 @@ def plot_posterior_predictive_glm( Warnings -------- - The `plot_posterior_predictive_glm` function will removed in a future PyMC3 release. + The `plot_posterior_predictive_glm` function will be removed in a future PyMC3 release. """ warnings.warn( "The `plot_posterior_predictive_glm` function will migrate to Arviz in a future release. "