From c522bc6a33e9403d0633d917fe2622eb944c2b39 Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR Date: Mon, 19 Feb 2024 17:39:27 -0500 Subject: [PATCH] MNT: Fix typos from review --- CHANGELOG.md | 2 +- tests/test_rocket.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7372e91e0..4ab36ca79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed -## [Unreleased] - 2024-02-22 +## [v1.2.1] - 2024-02-22 You can install this version by running `pip install rocketpy==1.2.1` diff --git a/tests/test_rocket.py b/tests/test_rocket.py index cd77f41a1..70da36e95 100644 --- a/tests/test_rocket.py +++ b/tests/test_rocket.py @@ -211,7 +211,7 @@ def test_air_brakes_clamp_off(mock_show, calisto_air_brakes_clamp_off): def test_add_surfaces_different_noses(calisto): """Test the add_surfaces method with different nose cone configurations. - More specifically, this will checks the static margin of the rocket with + More specifically, this will check the static margin of the rocket with different nose cone configurations. Parameters