Daire Rush 4 ani în urmă
părinte
comite
4578b0cbb6
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      docs/tutorials/example.rst

+ 2 - 2
docs/tutorials/example.rst

@@ -30,7 +30,7 @@ Simple Example
         subject="An email",
         sender="me@example.com",
         receivers=['you@example.com'],
-        test="Hi, this is an email.",
+        text="Hi, this is an email.",
         html="<h1>Hi, </h1><p>this is an email.</p>"
     )
 
@@ -218,4 +218,4 @@ features of Red Mail:
             "file.html": Path("path/to/a_file.html"),
             "file.bin": byte_content,
         }
-    )
+    )