From: cocoatomo Date: Sat, 17 Aug 2019 20:40:23 +0000 (+0900) Subject: Insert a missing close parenthesis (GH-15316) X-Git-Tag: v3.9.0a1~854 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=455856391c2b4e2af79de55101421cd15901edaf;p=thirdparty%2FPython%2Fcpython.git Insert a missing close parenthesis (GH-15316) --- diff --git a/Doc/c-api/veryhigh.rst b/Doc/c-api/veryhigh.rst index 67dc11dfa9a5..cc194c200a37 100644 --- a/Doc/c-api/veryhigh.rst +++ b/Doc/c-api/veryhigh.rst @@ -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.