From ed2ffd3a5119259432871a599e146a3e0de7c422 Mon Sep 17 00:00:00 2001 From: Eirini Koutsaniti Date: Tue, 16 Apr 2024 12:31:47 +0200 Subject: [PATCH] Update reframe/core/environments.py Co-authored-by: Vasileios Karakasis --- reframe/core/environments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reframe/core/environments.py b/reframe/core/environments.py index bb8f3cdb93..e2543e0a33 100644 --- a/reframe/core/environments.py +++ b/reframe/core/environments.py @@ -331,7 +331,7 @@ def nvcc(self): @property def resources(self): - '''The resources associated with this environment. + '''The scheduler resources associated with this environment. .. versionadded:: 4.6.0