Skip to content

Commit fba4e42

Browse files
committed
Change wording to include PEP 484.
1 parent 50f3fef commit fba4e42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/c-api/veryhigh.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,12 +379,13 @@ Available start symbols
379379
.. index:: single: Py_CompileString (C function)
380380
381381
The start symbol from the Python grammar for a function type; for use with
382-
:c:func:`Py_CompileString`. This is used for parsing function ``# type:``
383-
comments.
382+
:c:func:`Py_CompileString`. This is used to parse "signature type comments"
383+
from :pep:`484`.
384384
385385
This requires the :c:macro:`PyCF_ONLY_AST` flag to be set.
386386
387387
.. seealso::
388388
:py:class:`ast.FunctionType`
389+
:pep:`484`
389390
390391
.. versionadded:: 3.8

0 commit comments

Comments
 (0)