bpo-45740: [Enum] add versionadded markers to docs (GH-29443)

[Enum] add versionadded markers to docs
This commit is contained in:
Ethan Furman 2021-11-06 10:16:43 -07:00 committed by GitHub
parent 815dad42d5
commit cb755dba7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -397,6 +397,7 @@ Data Types
Using :class:`auto` with :class:`StrEnum` results in values of the member name,
lower-cased.
.. versionadded:: 3.11
.. class:: Flag