diff -r 89821243621b Doc/library/resource.rst --- a/Doc/library/resource.rst Thu Jul 14 07:45:24 2016 +0300 +++ b/Doc/library/resource.rst Fri Jul 15 00:55:40 2016 +0530 @@ -125,8 +125,7 @@ .. 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 @@ .. 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