Skip to content

Commit 1dc9226

Browse files
author
Vasileios Karakasis
committed
Address PR comments
1 parent 3092cd7 commit 1dc9226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reframe/core/modules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def searchpath_remove(self, *dirs):
354354
return self._backend.searchpath_remove(*dirs)
355355

356356
def emit_load_commands(self, name, collection=False):
357-
'''Return the appropriate shell command for loading a module.
357+
'''Return the appropriate shell commands for loading a module.
358358
359359
Module mappings are not taken into account by this function.
360360
@@ -373,7 +373,7 @@ def emit_load_commands(self, name, collection=False):
373373
return [self._backend.emit_load_instr(Module(name, collection))]
374374

375375
def emit_unload_commands(self, name, collection=False):
376-
'''Return the appropriate shell command for unloading a module.
376+
'''Return the appropriate shell commands for unloading a module.
377377
378378
Module mappings are not taken into account by this function.
379379

0 commit comments

Comments
 (0)