소스 검색

docs: typo in docstring

Mikael Koli 4 년 전
부모
커밋
87af441d4a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
     port : int
         Port of the SMTP server
-    user_name : str
+    username : str
         User to send the email with
     password : str
         Password of the user to send the email with