]> granicus.if.org Git - python/commitdiff
Fix documentation typo: wprite() -> write().
authorJeroen Ruigrok van der Werven <asmodai@in-nomine.org>
Tue, 13 Jul 2010 14:47:01 +0000 (14:47 +0000)
committerJeroen Ruigrok van der Werven <asmodai@in-nomine.org>
Tue, 13 Jul 2010 14:47:01 +0000 (14:47 +0000)
Doc/library/os.rst

index b4724b666c78b0c921471fbe73cedcb14a7d2d1d..9167b309b98c8c91dc12d327fd80b8a8451c9d08 100644 (file)
@@ -723,7 +723,7 @@ as internal buffering of data.
 
       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
-      :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`.