diff options
Diffstat (limited to 'Doc/c-api/gen.rst')
-rw-r--r-- | Doc/c-api/gen.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/gen.rst b/Doc/c-api/gen.rst index 33cd27a..0c851a7 100644 --- a/Doc/c-api/gen.rst +++ b/Doc/c-api/gen.rst @@ -17,7 +17,7 @@ than explicitly calling :c:func:`PyGen_New`. .. c:var:: PyTypeObject PyGen_Type - The type object corresponding to generator objects + The type object corresponding to generator objects. .. c:function:: int PyGen_Check(ob) |