summaryrefslogtreecommitdiff
path: root/test_tablib.py
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2012-06-08 14:10:43 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2012-06-08 14:10:43 +0700
commit7c0507bcce3399ba7f4b81e1dbd9c7d36e144a4f (patch)
tree30ebd9345d78ebcbfa1021b5fd5a2a976f8930d3 /test_tablib.py
parent652ac85549635428b89117a10d3584fc15fd4690 (diff)
downloadtablib-7c0507bcce3399ba7f4b81e1dbd9c7d36e144a4f.tar.gz
Fix typos.
Diffstat (limited to 'test_tablib.py')
-rwxr-xr-xtest_tablib.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_tablib.py b/test_tablib.py
index aab1b0f..b6e1dac 100755
--- a/test_tablib.py
+++ b/test_tablib.py
@@ -306,7 +306,7 @@ class TablibTestCase(unittest.TestCase):
def test_unicode_append(self):
- """Passes in a single unicode charecter and exports."""
+ """Passes in a single unicode character and exports."""
new_row = ('å', 'é')
data.append(new_row)
@@ -322,7 +322,7 @@ class TablibTestCase(unittest.TestCase):
def test_book_export_no_exceptions(self):
- """Test that varoius exports don't error out."""
+ """Test that various exports don't error out."""
book = tablib.Databook()
book.add_sheet(data)