]> granicus.if.org Git - python/commitdiff
Insert a missing close parenthesis (GH-15316)
authorcocoatomo <cocoatomo77@gmail.com>
Sat, 17 Aug 2019 20:40:23 +0000 (05:40 +0900)
committerCarol Willing <carolcode@willingconsulting.com>
Sat, 17 Aug 2019 20:40:23 +0000 (05:40 +0900)
Doc/c-api/veryhigh.rst

index 67dc11dfa9a537d9be3390bbc635171ad81bf435..cc194c200a37c8a7e2b99f2023a4781b8f24017d 100644 (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.