diff options
| author | Yu-Jie Lin <livibetter@gmail.com> | 2013-08-18 13:43:25 +0800 |
|---|---|---|
| committer | Yu-Jie Lin <livibetter@gmail.com> | 2013-08-18 13:43:25 +0800 |
| commit | 55149e5305121dbe95697ae486811088d787c28a (patch) | |
| tree | bb90fa685be0d5d87c1faa13bb28d2ba9414e1dc /tests | |
| parent | dfddd281934808f52565dea7c592ef3bfd5f053e (diff) | |
| download | smartypants-git-55149e5305121dbe95697ae486811088d787c28a.tar.gz | |
deprecate function name smartyPants(), now smartypants()
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test.py | 2 |
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): |
