From 1d549ca5c6c65d1760e5091ae22ae67fee1474c7 Mon Sep 17 00:00:00 2001 From: Julien Bect Date: Tue, 23 Jun 2020 22:33:43 +0200 Subject: [PATCH] dpgplvm.py: Fix typo in the header --- GPy/models/dpgplvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/models/dpgplvm.py b/GPy/models/dpgplvm.py index 78a6a73a..9c6a36fc 100644 --- a/GPy/models/dpgplvm.py +++ b/GPy/models/dpgplvm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 the GPy Austhors (see AUTHORS.txt) +# Copyright (c) 2015 the GPy Authors (see AUTHORS.txt) # Licensed under the BSD 3-clause license (see LICENSE.txt) from .bayesian_gplvm import BayesianGPLVM