8000 Tiny: Fix doc in TestCsvFileFormat · hardbyte/python-can@d4aefcf · GitHub
[go: up one dir, main page]

Skip to content

Commit d4aefcf

Browse files
felixdivohardbyte
authored andcommitted
Tiny: Fix doc in TestCsvFileFormat
1 parent 352b1f1 commit d4aefcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/logformats_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ def _setup_instance(self):
670670

671671

672672
class TestCsvFileFormat(ReaderWriterTest):
673-
"""Tests can.ASCWriter and can.ASCReader"""
673+
"""Tests can.CSVWriter and can.CSVReader"""
674674

675675
def _setup_instance(self):
676676
super()._setup_instance_helper(
@@ -731,7 +731,7 @@ def test_read_all(self):
731731

732732

733733
class TestPrinter(unittest.TestCase):
734-
"""Tests that can.Printer does not crash
734+
"""Tests that can.Printer does not crash.
735735
736736
TODO test append mode
737737
"""

0 commit comments

Comments
 (0)
0