Skip to content

Commit

Permalink
MNT: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Blengino committed Jan 21, 2024
1 parent 5ec1273 commit 02450b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/examples/2_complex_external_torque/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def ext_torque(time, angular_position, angular_speed):
gear_6.external_torque = ext_torque
```

The remaining set up of the model stays the same.
The remaining set up of the model stay the same.

### Results Analysis

Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/3_gear_structural_analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gear_6 = SpurGear(name = 'gear 6',
```

All gears are made in steel, which yield stress is 250 MPa.
The remaining set up of the model stays the same.
The remaining set up of the model stay the same.

### Results Analysis

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ motor = DCMotor(name = 'motor',
maximum_electric_current = Current(5, 'A'))
```

The remaining set up of the model stays the same.
The remaining set up of the model stay the same.

### Results Analysis

Expand Down

0 comments on commit 02450b3

Please sign in to comment.