Skip to content

Commit 1c797a3

Browse files
authored
Apply suggestions from code review
1 parent eb29899 commit 1c797a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ansys/mapdl/core/launcher.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,13 +1121,13 @@ def launch_mapdl(
11211121
11221122
add_env_vars : dict, optional
11231123
The provided dictionary will be used to extend the system or process
1124-
environment variables. If you want to control all of the env vars,
1125-
please use ``replace_env_vars``. Defaults to ``None``.
1124+
environment variables. If you want to control all of the environment
1125+
variables, use ``replace_env_vars``. Defaults to ``None``.
11261126
1127-
replace_env_vars
1127+
replace_env_vars : dict, optional
11281128
The provided dictionary will be used to replace all the system or process
1129-
environment variables. To just add some env vars to the MAPDL process,
1130-
use ``add_env_vars``. Defaults to ``None``.
1129+
environment variables. To just add some environment variables to the MAPDL
1130+
process, use ``add_env_vars``. Defaults to ``None``.
11311131
11321132
Returns
11331133
-------
@@ -1596,7 +1596,7 @@ def check_mode(mode, version):
15961596

15971597
def update_env_vars(add_env_vars, replace_env_vars):
15981598
"""
1599-
Update environment variables for MAPDL process
1599+
Update environment variables for the MAPDL process.
16001600
16011601
Parameters
16021602
----------

0 commit comments

Comments
 (0)