Kaynağa Gözat

docs: typo in docstring

Mikael Koli 4 yıl önce
ebeveyn
işleme
87af441d4a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      redmail/email/__init__.py

+ 1 - 1
redmail/email/__init__.py

@@ -19,7 +19,7 @@ def send_email(*args, host:str, port:int, username:str=None, password:str=None,
         Address of the SMTP host
         Address of the SMTP host
     port : int
     port : int
         Port of the SMTP server
         Port of the SMTP server
-    user_name : str
+    username : str
         User to send the email with
         User to send the email with
     password : str
     password : str
         Password of the user to send the email with
         Password of the user to send the email with