Skip to content

Commit

Permalink
Update pyaedt/modules/Material.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kathy Pippert <[email protected]>
  • Loading branch information
amichel0205 and PipKat committed Feb 26, 2024
1 parent ccff421 commit 84dfda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/modules/Material.py
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ def material_appearance(self):
Examples
--------
Create a new material with color ``[0, 153, 153]`` (darker cyan) and transparency 0.5.
Create a material with color ``[0, 153, 153]`` (darker cyan) and transparency ``0.5``.
>>> from pyaedt import Hfss
>>> hfss = Hfss(specified_version="2021.2")
Expand Down

0 comments on commit 84dfda1

Please sign in to comment.