Skip to content

Commit 265ccea

Browse files
committed
Fixing unit test.
1 parent b9641ff commit 265ccea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ansys/mapdl/core/launcher.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ def get_start_instance(start_instance_default=True):
619619

620620

621621
def _get_available_base_ansys():
622-
"""Return a dictionary of available ANSYS versions with their base paths.
622+
"""Return a dictionary of available Ansys versions with their base paths.
623623
624624
Notes
625625
-----
@@ -630,14 +630,14 @@ def _get_available_base_ansys():
630630
631631
Returns
632632
-------
633-
Return all installed ANSYS paths in Windows
633+
Return all installed Ansys paths in Windows.
634634
635635
>>> _get_available_base_ansys()
636636
{222: 'C:\\Program Files\\ANSYS Inc\\v222',
637637
212: 'C:\\Program Files\\ANSYS Inc\\v212',
638638
-222: 'C:\\Program Files\\ANSYS Inc\\ANSYS Student\\v222'}
639639
640-
Within Linux
640+
Return all installed Ansys paths in Linux.
641641
642642
>>> _get_available_base_ansys()
643643
{194: '/usr/ansys_inc/v194',

0 commit comments

Comments
 (0)