[pypy-svn] pypy default: Fixes a mistake in wait3's docstring

rguillebert commits-noreply at bitbucket.org
Fri Apr 1 23:23:36 CEST 2011


Author: Guillebert Romain <romain.py at gmail.com>
Branch: 
Changeset: r43100:6ee1c8f9c102
Date: 2011-04-01 22:21 +0100
http://bitbucket.org/pypy/pypy/changeset/6ee1c8f9c102/

Log:	Fixes a mistake in wait3's docstring

diff --git a/pypy/module/posix/app_posix.py b/pypy/module/posix/app_posix.py
--- a/pypy/module/posix/app_posix.py
+++ b/pypy/module/posix/app_posix.py
@@ -196,7 +196,7 @@
         return posix.waitpid(-1, 0)
 
     def wait3(options):
-        """ wait3() -> (pid, status, rusage)
+        """ wait3(options) -> (pid, status, rusage)
 
         Wait for completion of a child process and provides resource usage informations
         """


More information about the Pypy-commit mailing list