From 093fb86456ad5898164d7a0756ca943c1e5edfa1 Mon Sep 17 00:00:00 2001 From: Enzo Busseti Date: Sat, 13 Jul 2024 16:08:53 +0400 Subject: [PATCH] typos --- project_euromir/refinement.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project_euromir/refinement.py b/project_euromir/refinement.py index 9671c7c..326a96f 100644 --- a/project_euromir/refinement.py +++ b/project_euromir/refinement.py @@ -7,13 +7,13 @@ # Software Foundation, either version 3 of the License, or (at your option) any # later version. # -# Cvxportfolio is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +# Project Euromir is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more # details. # # You should have received a copy of the GNU General Public License along with -# Cvxportfolio. If not, see . +# Project Euromir. If not, see . """Refinement function, simple Python implementation for now.""" import time