Daire Rush 4 лет назад
Родитель
Сommit
4578b0cbb6
1 измененных файлов с 2 добавлено и 2 удалено
  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,
         }
-    )
+    )