diff --git a/aiosmtpd/docs/intro.rst b/aiosmtpd/docs/intro.rst index 4e8654e1..35f213cf 100644 --- a/aiosmtpd/docs/intro.rst +++ b/aiosmtpd/docs/intro.rst @@ -11,8 +11,7 @@ Local Mail Transfer Protocol (LMTP). It is derived from standard library module, and provides both a command line interface and an API for use in testing applications that send email. Since the `smtpd module was removed in Python 3.12 -`, following `PEP 594 -`, aiosmtpd is the recommended +`__, following :pep:`594#smtpd`, aiosmtpd is the recommended replacement. Inspiration for this library comes from several other packages: