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
commit2df89c8ca06e662e20547d201ef438f9ac86fff8 (patch)
treebb90fa685be0d5d87c1faa13bb28d2ba9414e1dc /tests
parentd281de63c7f21b8ae962b626f30d28410b957da2 (diff)
downloadsmartypants-2df89c8ca06e662e20547d201ef438f9ac86fff8.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):