Insert a missing close parenthesis (GH-15316)

This commit is contained in:
cocoatomo 2019-08-18 05:40:23 +09:00 committed by Carol Willing
parent 1b1d0514ad
commit 455856391c
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ the same library that the Python runtime is using.
closed before PyRun_SimpleFileExFlags returns.
.. note::
On Windows, *fp* should be opened as binary mode (e.g. ``fopen(filename, "rb")``.
On Windows, *fp* should be opened as binary mode (e.g. ``fopen(filename, "rb")``).
Otherwise, Python may not handle script file with LF line ending correctly.