diff --git a/pygam/links.py b/pygam/links.py index 27179bc5..48ee0d55 100644 --- a/pygam/links.py +++ b/pygam/links.py @@ -151,7 +151,7 @@ def gradient(self, mu, dist): class LogLink(Link): def __init__(self): """ - creates an instance of a LogitLink object + creates an instance of a LogLink object Parameters ----------