Skip to content

Commit

Permalink
Fix typo. (#3703)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJPRey authored Oct 4, 2023
1 parent 3212848 commit c6620b4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyaedt/application/Design.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def boundaries_by_type(self):

@property
def excitations_by_type(self):
"""Design excitations by tupe.
"""Design excitations by type.
Returns
-------
Expand Down
2 changes: 1 addition & 1 deletion pyaedt/application/aedt_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_module(self, module_name):

@property
def o_symbol_manager(self):
"""Aedt Simbol Manager.
"""Aedt Symbol Manager.
References
----------
Expand Down
2 changes: 1 addition & 1 deletion pyaedt/edb_core/edb_data/hfss_simulation_setup_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ def basic(self):
Returns
-------
``True`` if bais adaptive is used, ``False`` otherwise.
``True`` if basic adaptive is used, ``False`` otherwise.
"""
return self.adaptive_settings.Basic

Expand Down
2 changes: 1 addition & 1 deletion pyaedt/modeler/advanced_cad/stackup_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ def signals(self):

@property
def objects(self):
"""List of obects created.
"""List of objects created.
Returns
-------
Expand Down
4 changes: 2 additions & 2 deletions pyaedt/modeler/cad/Modeler.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def create(
axis_position : int, FacePrimitive, EdgePrimitive, VertexPrimitive
Specify where the X or Y axis is pointing. The position must belong to the face where the
coordinate system is defined.
Select which axis is considered with the option ``axix``.
Select which axis is considered with the option ``axis``.
If a face is specified, the position is placed on the face center. It must be the same as ``face``.
If an edge is specified, the position is placed on the edce midpoint.
If a vertex is specified, the position is placed on the vertex.
Expand Down Expand Up @@ -2476,7 +2476,7 @@ def create_face_coordinate_system(
axis_position : int, FacePrimitive, EdgePrimitive, VertexPrimitive
Specify where the X or Y axis is pointing. The position must belong to the face where the
coordinate system is defined.
Select which axis is considered with the option ``axix``.
Select which axis is considered with the option ``axis``.
If a face is specified, the position is placed on the face center. It must be the same as ``face``.
If an edge is specified, the position is placed on the edce midpoint.
If a vertex is specified, the position is placed on the vertex.
Expand Down

0 comments on commit c6620b4

Please sign in to comment.