Skip to content

Commit 66bf8ff

Browse files
committed
chore: update doc
1 parent ffe32b6 commit 66bf8ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/inspect.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,15 +289,15 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
289289
+-----------------+-------------------+---------------------------+
290290
| | cr_running | is the coroutine running? |
291291
+-----------------+-------------------+---------------------------+
292+
| | cr_suspended | is the coroutine |
293+
| | | suspended? |
294+
+-----------------+-------------------+---------------------------+
292295
| | cr_code | code |
293296
+-----------------+-------------------+---------------------------+
294297
| | cr_origin | where coroutine was |
295298
| | | created, or ``None``. See |
296299
| | | |coroutine-origin-link| |
297300
+-----------------+-------------------+---------------------------+
298-
| | cr_suspended | is the coroutine |
299-
| | | suspended? |
300-
+-----------------+-------------------+---------------------------+
301301
| builtin | __doc__ | documentation string |
302302
+-----------------+-------------------+---------------------------+
303303
| | __name__ | original name of this |

0 commit comments

Comments
 (0)