Skip to content

Commit 7ace2a9

Browse files
docs: Correct a typo from_local_install [skip tests] (#4583)
## Context `from_local_install` is incorrect. ## Change Summary `from_local_install` is changed to `from_install`. ## Rationale Corrected a typo. ## Impact Docs are updated. --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 8f17935 commit 7ace2a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Correct a typo from_local_install [skip tests]

doc/source/user_guide/session/launching_ansys_fluent.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Use this method when:
8686
import ansys.fluent.core as pyfluent
8787
8888
# Launch to retrieve credentials
89-
solver = pyfluent.Solver.from_local_install()
89+
solver = pyfluent.Solver.from_install()
9090
print(solver.health_check.check_health())
9191
9292
ip = solver.connection_properties.ip

0 commit comments

Comments
 (0)