From 4de8f149f82bb5a2b8d3ffa9b97cb11f0f94a076 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Thu, 28 Sep 2023 07:18:11 -0400 Subject: [PATCH] fix docstring --- python/gtsam/tests/test_backwards_compatibility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/gtsam/tests/test_backwards_compatibility.py b/python/gtsam/tests/test_backwards_compatibility.py index 414b65e8c..ca96cdf57 100644 --- a/python/gtsam/tests/test_backwards_compatibility.py +++ b/python/gtsam/tests/test_backwards_compatibility.py @@ -29,7 +29,7 @@ UPRIGHT = Rot3.Ypr(-np.pi / 2, 0.0, -np.pi / 2) class TestBackwardsCompatibility(GtsamTestCase): - """Tests for the backwards compatibility for the Python wrapper.""" + """Tests for backwards compatibility of the Python wrapper.""" def setUp(self): """Setup test fixtures"""