Skip to content

Commit e794b69

Browse files
Update Doc/c-api/file.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 8bcf20b commit e794b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ by mistake. They are documented solely for completeness; use other
149149
150150
Type of file-like objects used internally at Python startup when :py:mod:`io` is
151151
not yet available.
152-
Use :py:func:`io.open` or :c:func:`PyFile_FromFd` to create file objects instead.
152+
Use Python :py:func:`open` or :c:func:`PyFile_FromFd` to create file objects instead.

0 commit comments

Comments
 (0)