summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2013-08-25 00:34:16 +0800
committerYu-Jie Lin <livibetter@gmail.com>2013-08-25 00:34:16 +0800
commit0c5a75de036c42e9e72da7636501df65606eb5f1 (patch)
tree24e91ef715032f4cdba50b6a54ca75fa4f34febd
parentde3931139a79ffa1bae2c5dc4377b0f4f958d9a0 (diff)
downloadsmartypants-0c5a75de036c42e9e72da7636501df65606eb5f1.tar.gz
rename doc references to reference, edit _Attr docstring
-rw-r--r--docs/index.rst2
-rw-r--r--docs/reference.rst (renamed from docs/references.rst)4
-rwxr-xr-xsmartypants.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 53a76a5..3ca21d8 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -14,7 +14,7 @@ Contents:
introduction
usage
command-line
- references
+ reference
history
changes
copyright
diff --git a/docs/references.rst b/docs/reference.rst
index f2ddb10..408362a 100644
--- a/docs/references.rst
+++ b/docs/reference.rst
@@ -1,5 +1,5 @@
-References
-==========
+Reference
+=========
.. automodule:: smartypants
:members:
diff --git a/smartypants.py b/smartypants.py
index 58115f7..9e4d038 100755
--- a/smartypants.py
+++ b/smartypants.py
@@ -24,7 +24,7 @@ import warnings
class _Attr(object):
"""
- class used to initalize module attribute :attr:`Attr`
+ class for instantiation of module attribute :attr:`Attr`.
"""
q = 0b000000001
"""