summaryrefslogtreecommitdiff
path: root/Doc/library/resource.rst
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-07-19 16:41:20 -0500
committerZachary Ware <zachary.ware@gmail.com>2016-07-19 16:41:20 -0500
commit272ae191026b0877cb344f5d54a9c99235aff381 (patch)
tree529ccd168a385c5e5691497ee154b374bb91bb36 /Doc/library/resource.rst
parenta20f7b4b27f5c2cd072a35938caed2b681450753 (diff)
downloadcpython-272ae191026b0877cb344f5d54a9c99235aff381.tar.gz
Issue #25393: Fix probable copy/paste error in resource docs
Patch by Alakshendra Yadav.
Diffstat (limited to 'Doc/library/resource.rst')
-rw-r--r--Doc/library/resource.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/resource.rst b/Doc/library/resource.rst
index b213793a2c..bdfe5f6d45 100644
--- a/Doc/library/resource.rst
+++ b/Doc/library/resource.rst
@@ -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