Issue #27633: Fix usage of versionchanged directive in email.parser.rst

Patch by Florian Preinstorfer.
diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst
index 93c09ad..71b339a 100644
--- a/Doc/library/email.parser.rst
+++ b/Doc/library/email.parser.rst
@@ -250,7 +250,7 @@
    and *policy* are interpreted as with the :class:`~email.parser.Parser` class
    constructor.
 
-   .. versionchanged::
+   .. versionchanged:: 3.3
       Removed the *strict* argument.  Added the *policy* keyword.
 
 .. function:: message_from_binary_file(fp, _class=email.message.Message, *, \