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 517a60b..1d33032 100644
--- a/Doc/library/resource.rst
+++ b/Doc/library/resource.rst
@@ -101,8 +101,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
@@ -112,7 +111,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