Skip to content

Commit 2af4d2b

Browse files
committed
Address some of Serhiy's review
1 parent a908b72 commit 2af4d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Operating System Utilities
223223
224224
*path* must be a :class:`str` object or a :class:`bytes` object.
225225
226-
On success, return the new file object.
226+
On success, return the new file pointer.
227227
On error, set an exception and return ``NULL``.
228228
229229
The file must be closed by :c:func:`Py_fclose` rather than calling directly

0 commit comments

Comments
 (0)