From f7b1e253490ea58bc690469faad52d3a7a669677 Mon Sep 17 00:00:00 2001 From: dosisod <39638017+dosisod@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:50:05 -0700 Subject: [PATCH] Fix typos in project description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ded2473..3805297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "refurb" version = "2.0.0" -description = "A tool for refurbish and modernize Python codebases" +description = "A tool for refurbishing and modernizing Python codebases" authors = ["dosisod"] license = "GPL-3.0-only" readme = "README.md"