Alec Nikolas Reiter 7 лет назад
Родитель
Сommit
e6e299ce10
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      flaskbb/email.py

+ 1 - 1
flaskbb/email.py

@@ -47,7 +47,7 @@ def send_reset_token(token, username, email):
 def send_activation_token(token, username, email):
     """Sends the activation token to the user's email address.
 
-    :param user_id: The user id. Used to generate the reset token.
+    :param token: The token to send to the user
     :param username: The username to whom the email should be sent.
     :param email:  The email address of the user
     """