Kaydet (Commit) 9c558bcf authored tarafından Jeroen Ruigrok van der Werven's avatar Jeroen Ruigrok van der Werven

Fix documentation typo: wprite() -> write().

üst 85f2177f
...@@ -723,7 +723,7 @@ as internal buffering of data. ...@@ -723,7 +723,7 @@ as internal buffering of data.
This function is intended for low-level I/O. For normal usage, use the This function is intended for low-level I/O. For normal usage, use the
built-in function :func:`open`, which returns a "file object" with built-in function :func:`open`, which returns a "file object" with
:meth:`~file.read` and :meth:`~file.wprite` methods (and many more). To :meth:`~file.read` and :meth:`~file.write` methods (and many more). To
wrap a file descriptor in a "file object", use :func:`fdopen`. wrap a file descriptor in a "file object", use :func:`fdopen`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment