Skip to content

Commit 9bba201

Browse files
committed
Remove meth directive
1 parent 2910f37 commit 9bba201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/email.message.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,6 @@ message objects.
752752
753753
.. [2] The :class:`EmailMessage` class requires a policy that provides a
754754
``content_manager`` attribute for content management methods like
755-
:meth:`set_content` and :meth:`get_content` to work. The legacy
755+
``set_content()`` and ``get_content()`` to work. The legacy
756756
:const:`~email.policy.compat32` policy does not support these methods
757757
and should not be used with :class:`EmailMessage`.

0 commit comments

Comments
 (0)