]> granicus.if.org Git - python/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 517a60b317d3f7083670f58f4ca9005b7aee4bb5..1d330321c1919656e95dee361005585b2c965545 100644 (file)
@@ -101,8 +101,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
@@ -112,7 +111,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 5566f1f1f9caee29f466210ddec65f8973f32c7e..8edea85e4c4a5a7ab06e5d3267a9c049303a330c 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1530,6 +1530,7 @@ Doug Wyatt
 Xiang Zhang
 Robert Xiao
 Florent Xicluna
+Alakshendra Yadav
 Hirokazu Yamamoto
 Ka-Ping Yee
 Jason Yeo