]> granicus.if.org Git - python/commitdiff
Merged revisions 82849 via svnmerge from
authorJeroen Ruigrok van der Werven <asmodai@in-nomine.org>
Tue, 13 Jul 2010 15:08:30 +0000 (15:08 +0000)
committerJeroen Ruigrok van der Werven <asmodai@in-nomine.org>
Tue, 13 Jul 2010 15:08:30 +0000 (15:08 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82849 | jeroen.ruigrok | 2010-07-13 16:47:01 +0200 (di, 13 jul 2010) | 2 lines

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

Doc/library/os.rst

index 959c18cd8113eab537966fb4f4f27f68bf3bae7a..34f23f10e05d1d2a9f650ae63f6cb7ba10f1abeb 100644 (file)
@@ -756,7 +756,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`.