From 6b66691ed08d88d98acbb5a229f5aeb258e7ab44 Mon Sep 17 00:00:00 2001 From: Aditi Juneja <91629733+Schefflera-Arboricola@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:34:12 +0530 Subject: [PATCH] typo fix (#873) --- bambi/defaults/families.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bambi/defaults/families.py b/bambi/defaults/families.py index 2460c109..555a1cef 100644 --- a/bambi/defaults/families.py +++ b/bambi/defaults/families.py @@ -306,7 +306,7 @@ def get_builtin_family(name): `bambi.families.Likelihood` and the `bambi.priors.Prior` instances that are needed to build the family. - The available built-in families are found in `SETTINGS_FAMILIES`. + The available built-in families are found in `BUILTIN_FAMILIES`. Parameters ----------