#11292: add missing A_REVERSE to curses attribute table.
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst
index f9ba0d6..6d2baa0 100644
--- a/Doc/library/curses.rst
+++ b/Doc/library/curses.rst
@@ -1173,6 +1173,9 @@
 +------------------+-------------------------------+
 | ``A_NORMAL``     | Normal attribute.             |
 +------------------+-------------------------------+
+| ``A_REVERSE``    | Reverse background and        |
+|                  | foreground colors.            |
++------------------+-------------------------------+
 | ``A_STANDOUT``   | Standout mode.                |
 +------------------+-------------------------------+
 | ``A_UNDERLINE``  | Underline mode.               |