summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
diff options
context:
space:
mode:
authorMridul Dhall <mriduldhall@Mriduls-MacBook-Pro.local>2025-09-10 14:31:31 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2025-09-12 18:51:52 +0200
commite183d6c26c8da4486c151f9ce973828e2404a796 (patch)
treeef7a37afb518a649f1a72adef5125ec84e43aa95 /docs/ref/contrib
parent8956ee3ce393f143696fa6c50a1153c0623003ad (diff)
Fixed #36597 -- Corrected directives for functions from email module in docs.
Thanks Mike Edmunds for the report.
Diffstat (limited to 'docs/ref/contrib')
-rw-r--r--docs/ref/contrib/auth.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt
index 531c8f4522..01e1e09a3b 100644
--- a/docs/ref/contrib/auth.txt
+++ b/docs/ref/contrib/auth.txt
@@ -294,7 +294,7 @@ Methods
Sends an email to the user. If ``from_email`` is ``None``, Django uses
the :setting:`DEFAULT_FROM_EMAIL`. Any ``**kwargs`` are passed to the
- underlying :meth:`~django.core.mail.send_mail` call.
+ underlying :func:`~django.core.mail.send_mail` call.
Manager methods
---------------