diff options
author | 2019-10-02 07:27:06 +0200 | |
---|---|---|
committer | 2019-10-02 07:27:06 +0200 | |
commit | 5f81b80a4dea49195053ab0177f4fd9aa9bea5e5 (patch) | |
tree | 8faeca38d3d8abf85171e9cb77ee0c8bd4260b9e /tests/test_converters.py | |
parent | Remove surplus quotation mark in class docstring (diff) |
Apply docstring review suggestion
Co-Authored-By: Mark <[email protected]>
Diffstat (limited to 'tests/test_converters.py')
-rw-r--r-- | tests/test_converters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_converters.py b/tests/test_converters.py index aa692f9f8..8093f55ac 100644 --- a/tests/test_converters.py +++ b/tests/test_converters.py @@ -216,7 +216,7 @@ def test_isodatetime_converter_for_valid(datetime_string: str, expected_dt: date @pytest.mark.parametrize( ("datetime_string"), ( - # Make sure it doesn't interfere with the Duration converation + # Make sure it doesn't interfere with the Duration converter ('1Y'), ('1d'), ('1H'), |