Commit 45585639 authored by cocoatomo's avatar cocoatomo Committed by Carol Willing

Insert a missing close parenthesis (GH-15316)

parent 1b1d0514
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment