summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2013-08-18 13:43:25 +0800
committerYu-Jie Lin <livibetter@gmail.com>2013-08-18 13:43:25 +0800
commit55149e5305121dbe95697ae486811088d787c28a (patch)
treebb90fa685be0d5d87c1faa13bb28d2ba9414e1dc /tests
parentdfddd281934808f52565dea7c592ef3bfd5f053e (diff)
downloadsmartypants-git-55149e5305121dbe95697ae486811088d787c28a.tar.gz
deprecate function name smartyPants(), now smartypants()
Diffstat (limited to 'tests')
-rw-r--r--tests/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.py b/tests/test.py
index 2905427..d019f88 100644
--- a/tests/test.py
+++ b/tests/test.py
@@ -6,7 +6,7 @@ import doctest
import unittest
import smartypants
-from smartypants import Attr, smartyPants as sp
+from smartypants import Attr, smartypants as sp
class SmartyPantsTestCase(unittest.TestCase):