Skip to content

Commit eb234eb

Browse files
Try to fix Sphinx warnings.
1 parent 6a0b081 commit eb234eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ are always available. They are listed here in alphabetical order.
292292
:func:`property`.
293293

294294

295-
.. function:: compile(source, filename, mode, flags=0,
296-
dont_inherit=False, optimize=-1,
295+
.. function:: compile(source, filename, mode, flags=0, \
296+
dont_inherit=False, optimize=-1, \
297297
*, module=None)
298298
299299
Compile the *source* into a code or AST object. Code objects can be executed

0 commit comments

Comments
 (0)