Skip to content

Commit 1554163

Browse files
docs: Fix built in settings doc [skip tests] (#3807)
* docs: Fix builtin settings doc [skip tests] * chore: adding changelog file 3807.documentation.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 5994a3d commit 1554163

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+
Fix built in settings doc [skip tests]

doc/source/user_guide/solver_settings/solver_settings_contents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ and ``NamedObject`` types, the state value is a dictionary. For the
132132
>>> viscous = pyfluent.solver.Viscous(settings_source=solver)
133133
>>> viscous.model = 'laminar'
134134
>>> energy = pyfluent.solver.Energy(settings_source=solver)
135-
>>> energy = { 'enabled' : False }
135+
>>> energy.enabled = False
136136
>>> inlet1 = pyfluent.solver.VelocityInlet(settings_source=solver, name="inlet1")
137137
>>> inlet1.vmag.constant = 14
138138

0 commit comments

Comments
 (0)