diff options
-rw-r--r-- | Doc/library/enum.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index af42c58..30e07a7 100644 --- a/Doc/library/enum.rst +++ b/Doc/library/enum.rst @@ -464,6 +464,9 @@ The complete signature is:: :start: number to start counting at if only names are passed in +.. versionchanged:: 3.5 + The *start* parameter was added. + Derived Enumerations -------------------- |