From: Zachary Ware Date: Tue, 19 Jul 2016 21:41:20 +0000 (-0500) Subject: Issue #25393: Fix probable copy/paste error in resource docs X-Git-Tag: v2.7.13rc1~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2955ef759e565c4b5e30558e6b63671c300d9679;p=thirdparty%2FPython%2Fcpython.git Issue #25393: Fix probable copy/paste error in resource docs Patch by Alakshendra Yadav. --- diff --git a/Doc/library/resource.rst b/Doc/library/resource.rst index 517a60b317d3..1d330321c191 100644 --- a/Doc/library/resource.rst +++ b/Doc/library/resource.rst @@ -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 diff --git a/Misc/ACKS b/Misc/ACKS index 5566f1f1f9ca..8edea85e4c4a 100644 --- 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