Skip to content

Commit 7319341

Browse files
medmundsjacobtylerwalls
authored andcommitted
Removed redundant directive in email docs.
docs/topics/email.txt declares `module:: django.core.mail`. Removed unnecessary `currentmodule::` pointing to the same module.
1 parent 2a63611 commit 7319341

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/topics/email.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,8 +662,6 @@ Obtaining an instance of an email backend
662662
The :meth:`get_connection` function in ``django.core.mail`` returns an
663663
instance of the email backend that you can use.
664664

665-
.. currentmodule:: django.core.mail
666-
667665
.. function:: get_connection(backend=None, *, fail_silently=False, **kwargs)
668666

669667
By default, a call to ``get_connection()`` will return an instance of the

0 commit comments

Comments
 (0)