]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #25393: Fix probable copy/paste error in resource docs
authorZachary Ware <zachary.ware@gmail.com>
Tue, 19 Jul 2016 21:41:20 +0000 (16:41 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 19 Jul 2016 21:41:20 +0000 (16:41 -0500)
Patch by Alakshendra Yadav.

Doc/library/resource.rst
Misc/ACKS

index b213793a2c64375502326fe3ce9f273fbbedeb10..bdfe5f6d459487beb665f3bea85688bae433f2f3 100644 (file)
@@ -125,8 +125,7 @@ platform.
 
 .. data:: RLIMIT_FSIZE
 
-   The maximum size of a file which the process may create.  This only affects the
-   stack of the main thread in a multi-threaded process.
+   The maximum size of a file which the process may create.
 
 
 .. data:: RLIMIT_DATA
@@ -136,7 +135,8 @@ platform.
 
 .. data:: RLIMIT_STACK
 
-   The maximum size (in bytes) of the call stack for the current process.
+   The maximum size (in bytes) of the call stack for the current process.  This only
+   affects the stack of the main thread in a multi-threaded process.
 
 
 .. data:: RLIMIT_RSS
index 897b103723107a3a9d0f5099f2fcd49d57e966f5..2b32fb862c5446f0edae6baccf14c9a3c8654dd0 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1632,6 +1632,7 @@ Xiang Zhang
 Robert Xiao
 Florent Xicluna
 Arnon Yaari
+Alakshendra Yadav
 Hirokazu Yamamoto
 Ka-Ping Yee
 Jason Yeo