From e43bf6eb82954a40a14d57b676e4e869ba0c555e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Kub=C3=AD=C4=8Dek?= Date: Tue, 4 Mar 2025 13:59:41 +0100 Subject: [PATCH] invoice: fix typo --- superfaktura/invoice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superfaktura/invoice.py b/superfaktura/invoice.py index 4f43648..452f7f2 100644 --- a/superfaktura/invoice.py +++ b/superfaktura/invoice.py @@ -234,7 +234,7 @@ class Invoice(SuperFakturaAPI): ], contact=ClientContactModel( name="John Doe", - email="john.doe@examle.com", + email="john.doe@example.com", phone="+1 555-1234", address="123 Main Street, New York", ico="987654321",