Skip to content

Commit

Permalink
Update doc/source/user_guide/legacy/rpvars.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Pearson <93727996+seanpearsonuk@users.noreply.github.com>
  • Loading branch information
hpohekar and seanpearsonuk authored Nov 15, 2024
1 parent 93943c1 commit 456ffe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user_guide/legacy/rpvars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Examples
'number-of-iterations'
>>> solver.rp_vars("number-of-iterations")
100
>>> # Getting dictionary with all rpvars available:
>>> # Get dictionary of all available rpvars:
>>> solver.rp_vars()
{'sg-swirl?': False, 'rp-seg?': True, 'rf-energy?': False, 'rp-inviscid?': False, ...
'number-of-iterations': 100, ...}

0 comments on commit 456ffe5

Please sign in to comment.