diff options
-rw-r--r-- | Doc/library/http.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.rst b/Doc/library/http.rst index 521fd1b..9d002dc 100644 --- a/Doc/library/http.rst +++ b/Doc/library/http.rst @@ -140,7 +140,7 @@ equal to the constant name (i.e. ``http.HTTPStatus.OK`` is also available as HTTP status category -------------------- -.. versionadded:: 3.11 +.. versionadded:: 3.12 The enum values have several properties to indicate the HTTP status category: |