Skip to content

Commit

Permalink
Added doc 6
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Jul 28, 2023
1 parent 08d6c98 commit aa5fbb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/users_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ This example shows how you can display a contour:
]
temperature_contour_manifold.display("window-3")
Instantiate a contour object with or without solver session using field name and list of surfaces as follows.
Target is either Graphics or solver session.
Instantiate a contour object with or without a solver session, using a field name and a list of surfaces, as follows.
Target is either a Graphics object or a solver session.

.. code:: python
Expand Down
4 changes: 2 additions & 2 deletions src/ansys/fluent/visualization/contour.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ def draw(self, solver, target):
Parameters
----------
solver :
solver session.
Solver session.
target :
either Graphics or solver session.
Either Graphics or solver session.
Returns
-------
Expand Down

0 comments on commit aa5fbb2

Please sign in to comment.