We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcf20b commit e794b69Copy full SHA for e794b69
Doc/c-api/file.rst
@@ -149,4 +149,4 @@ by mistake. They are documented solely for completeness; use other
149
150
Type of file-like objects used internally at Python startup when :py:mod:`io` is
151
not yet available.
152
- Use :py:func:`io.open` or :c:func:`PyFile_FromFd` to create file objects instead.
+ Use Python :py:func:`open` or :c:func:`PyFile_FromFd` to create file objects instead.
0 commit comments