Skip to content

Commit 4558563

Browse files
cocoatomowillingc
authored andcommitted
Insert a missing close parenthesis (GH-15316)
1 parent 1b1d051 commit 4558563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/veryhigh.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ the same library that the Python runtime is using.
117117
closed before PyRun_SimpleFileExFlags returns.
118118
119119
.. note::
120-
On Windows, *fp* should be opened as binary mode (e.g. ``fopen(filename, "rb")``.
120+
On Windows, *fp* should be opened as binary mode (e.g. ``fopen(filename, "rb")``).
121121
Otherwise, Python may not handle script file with LF line ending correctly.
122122
123123

0 commit comments

Comments
 (0)