Add more examples
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst
index ac7284c..e290d73 100644
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -637,9 +637,9 @@
    Get current state of a generator-iterator.
 
    Possible states are:
-   -  GEN_CREATED: Waiting to start execution.
-   -  GEN_RUNNING: Currently being executed by the interpreter.
-   -  GEN_SUSPENDED: Currently suspended at a yield expression.
-   -  GEN_CLOSED: Execution has completed.
+    * GEN_CREATED: Waiting to start execution.
+    * GEN_RUNNING: Currently being executed by the interpreter.
+    * GEN_SUSPENDED: Currently suspended at a yield expression.
+    * GEN_CLOSED: Execution has completed.
 
    .. versionadded:: 3.2