We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ce587 commit 773d737Copy full SHA for 773d737
1 file changed
Doc/library/email.utils.rst
@@ -88,7 +88,7 @@ of the new API.
88
89
.. function:: getaddresses(fieldvalues, *, strict=True)
90
91
- This method returns a list of 2-tuples of the form returned by :meth:`parseaddr`.
+ This method returns a list of 2-tuples of the form returned by :func:`parseaddr`.
92
*fieldvalues* is a sequence of header field values as might be returned by
93
:meth:`Message.get_all() <email.message.Message.get_all>`.
94
0 commit comments