Skip to content

Commit 46cf862

Browse files
committed
docstring typo
1 parent 5564a1a commit 46cf862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_parameterset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def setUp(self):
2929
def testAddParameterSet(self):
3030
"""Test the deprecated addParameterSet method.
3131
32-
Remove this test after the addParameterSet is removed. in
33-
version 4.0.0.
32+
Remove this test after the addParameterSet is removed in version
33+
4.0.0.
3434
"""
3535
parset2 = ParameterSet("parset2")
3636
p1 = Parameter("parset2", 1)

0 commit comments

Comments
 (0)