Kaydet (Commit) 2d748389 authored tarafından Andrés Delfino's avatar Andrés Delfino Kaydeden (comit) Serhiy Storchaka

Fix moduleauthor/sectionauthor directives in Enum (GH-8117)

üst 03dd0e79
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
.. module:: enum .. module:: enum
:synopsis: Implementation of an enumeration class. :synopsis: Implementation of an enumeration class.
.. :moduleauthor:: Ethan Furman <ethan@stoneleaf.us> .. moduleauthor:: Ethan Furman <ethan@stoneleaf.us>
.. :sectionauthor:: Barry Warsaw <barry@python.org>, .. sectionauthor:: Barry Warsaw <barry@python.org>
.. :sectionauthor:: Eli Bendersky <eliben@gmail.com>, .. sectionauthor:: Eli Bendersky <eliben@gmail.com>
.. :sectionauthor:: Ethan Furman <ethan@stoneleaf.us> .. sectionauthor:: Ethan Furman <ethan@stoneleaf.us>
.. versionadded:: 3.4 .. versionadded:: 3.4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment