From 7a7cf1da7656919d8e7291ef8a05b7be70d5de86 Mon Sep 17 00:00:00 2001 From: Will Dean <57733339+wd60622@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:20:45 +0100 Subject: [PATCH] fix typo and change first lines mood (#1254) --- pymc_marketing/mmm/components/base.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pymc_marketing/mmm/components/base.py b/pymc_marketing/mmm/components/base.py index b03cfbae0..990e29c2d 100644 --- a/pymc_marketing/mmm/components/base.py +++ b/pymc_marketing/mmm/components/base.py @@ -133,7 +133,9 @@ def __repr__(self) -> str: ) def set_dims_for_all_priors(self, dims: Dims): - """Convinience method to set the dims for all priors. + """Set the dims for all priors. + + Convenience method to loop through all the priors and set the dims. Parameters ----------