Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48e3f98

Browse files
committed
Issue #25393: Fix probable copy/paste error in resource docs
Patch by Alakshendra Yadav.
1 parent 2219450 commit 48e3f98

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/library/resource.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ platform.
125125

126126
.. data:: RLIMIT_FSIZE
127127

128-
The maximum size of a file which the process may create. This only affects the
129-
stack of the main thread in a multi-threaded process.
128+
The maximum size of a file which the process may create.
130129

131130

132131
.. data:: RLIMIT_DATA
@@ -136,7 +135,8 @@ platform.
136135

137136
.. data:: RLIMIT_STACK
138137

139-
The maximum size (in bytes) of the call stack for the current process.
138+
The maximum size (in bytes) of the call stack for the current process. This only
139+
affects the stack of the main thread in a multi-threaded process.
140140

141141

142142
.. data:: RLIMIT_RSS

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,6 +1632,7 @@ Xiang Zhang
16321632
Robert Xiao
16331633
Florent Xicluna
16341634
Arnon Yaari
1635+
Alakshendra Yadav
16351636
Hirokazu Yamamoto
16361637
Ka-Ping Yee
16371638
Jason Yeo

0 commit comments

Comments
 (0)