Skip to content

Commit 27769eb

Browse files
committed
Improve diff.
1 parent 128aa81 commit 27769eb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Doc/c-api/veryhigh.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,11 @@ the same library that the Python runtime is using.
233233
234234
Parse and compile the Python source code in *str*, returning the resulting code
235235
object. The start symbol is given by *start*; this can be used to constrain the
236-
code which can be compiled and should be one of the :ref:`available start symbols <start-symbols>`.
237-
The filename specified by *filename* is used to construct the code object
238-
and may appear in tracebacks or :exc:`SyntaxError` exception messages.
239-
This returns ``NULL`` if the code cannot be parsed or compiled.
236+
code which can be compiled and should be :ref:`available start symbols
237+
<start-symbols>`. The filename specified by
238+
*filename* is used to construct the code object and may appear in tracebacks or
239+
:exc:`SyntaxError` exception messages. This returns ``NULL`` if the code
240+
cannot be parsed or compiled.
240241
241242
The integer *optimize* specifies the optimization level of the compiler; a
242243
value of ``-1`` selects the optimization level of the interpreter as given by

0 commit comments

Comments
 (0)