diff --git a/pyaedt/application/Design.py b/pyaedt/application/Design.py index 7f57ec975c2..be6978c1e23 100644 --- a/pyaedt/application/Design.py +++ b/pyaedt/application/Design.py @@ -364,7 +364,7 @@ def boundaries_by_type(self): @property def excitations_by_type(self): - """Design excitations by tupe. + """Design excitations by type. Returns ------- diff --git a/pyaedt/application/aedt_objects.py b/pyaedt/application/aedt_objects.py index c88ef3508aa..eb76dd488c4 100644 --- a/pyaedt/application/aedt_objects.py +++ b/pyaedt/application/aedt_objects.py @@ -65,7 +65,7 @@ def get_module(self, module_name): @property def o_symbol_manager(self): - """Aedt Simbol Manager. + """Aedt Symbol Manager. References ---------- diff --git a/pyaedt/edb_core/edb_data/hfss_simulation_setup_data.py b/pyaedt/edb_core/edb_data/hfss_simulation_setup_data.py index d1501e73ab9..76e9cc8e6da 100644 --- a/pyaedt/edb_core/edb_data/hfss_simulation_setup_data.py +++ b/pyaedt/edb_core/edb_data/hfss_simulation_setup_data.py @@ -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 diff --git a/pyaedt/modeler/advanced_cad/stackup_3d.py b/pyaedt/modeler/advanced_cad/stackup_3d.py index a634d9e623d..1c043f58c51 100644 --- a/pyaedt/modeler/advanced_cad/stackup_3d.py +++ b/pyaedt/modeler/advanced_cad/stackup_3d.py @@ -1333,7 +1333,7 @@ def signals(self): @property def objects(self): - """List of obects created. + """List of objects created. Returns ------- diff --git a/pyaedt/modeler/cad/Modeler.py b/pyaedt/modeler/cad/Modeler.py index a1c653cb4fa..f9496b14e19 100644 --- a/pyaedt/modeler/cad/Modeler.py +++ b/pyaedt/modeler/cad/Modeler.py @@ -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. @@ -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.