From fd1564ee1e00710051abc5b14ace6cb1c03b6e9d Mon Sep 17 00:00:00 2001 From: David Paul Graham Date: Sat, 14 Mar 2026 11:21:22 -0400 Subject: [PATCH] fix typo in description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6deb2d..c99195c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "django-fernet-encrypted-fields" version = "0.3.1" -description = "Symetrically encrypted model fields for Django" +description = "Symmetrically encrypted model fields for Django" readme = "README.md" license = "MIT" authors = [