File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1121,13 +1121,13 @@ def launch_mapdl(
1121
1121
1122
1122
add_env_vars : dict, optional
1123
1123
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``.
1126
1126
1127
- replace_env_vars
1127
+ replace_env_vars : dict, optional
1128
1128
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``.
1131
1131
1132
1132
Returns
1133
1133
-------
@@ -1596,7 +1596,7 @@ def check_mode(mode, version):
1596
1596
1597
1597
def update_env_vars (add_env_vars , replace_env_vars ):
1598
1598
"""
1599
- Update environment variables for MAPDL process
1599
+ Update environment variables for the MAPDL process.
1600
1600
1601
1601
Parameters
1602
1602
----------
You can’t perform that action at this time.
0 commit comments