mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
Fix some typos in TSV test comment
This commit is contained in:
+2
-2
@@ -249,9 +249,9 @@ class TablibTestCase(unittest.TestCase):
|
||||
|
||||
|
||||
def test_tsv_export(self):
|
||||
"""Verify exporting dataset object as CSV."""
|
||||
"""Verify exporting dataset object as TSV."""
|
||||
|
||||
# Build up the csv string with headers first, followed by each row
|
||||
# Build up the tsv string with headers first, followed by each row
|
||||
tsv = ''
|
||||
for col in self.headers:
|
||||
tsv += col + '\t'
|
||||
|
||||
Reference in New Issue
Block a user