summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2013-08-18 13:36:51 +0800
committerYu-Jie Lin <livibetter@gmail.com>2013-08-18 13:36:51 +0800
commitd281de63c7f21b8ae962b626f30d28410b957da2 (patch)
tree643b2fa7ace35345150c7e15b8c03e53d9fa1d0c /README.rst
parente417f01e3f4a8821dc50259fa9dbcaad8141fd60 (diff)
downloadsmartypants-d281de63c7f21b8ae962b626f30d28410b957da2.tar.gz
Properly deprecate default_smartypants_attr
b4d164b6a497 uses new class, but it's still using the variable. Now it will use Attr.default property, although it's now still get the value from that variable.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 7f9a856..e819060 100644
--- a/README.rst
+++ b/README.rst
@@ -156,7 +156,7 @@ smartypants.py only accepts SmartyPants attributes, which are accessible via
for em-dashes, and ``---`` (dash dash dash) for en-dashes.
``Attr.default`` = ``Attr.set1``
- Will be the default argument value of ``smartyPants()`` once ``default_smartypants_attr`` removed at Version 2.0.0.
+ Default attributes.
To use these attributes, simply using bitwise or: