summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2013-10-04 21:18:40 +0800
committerYu-Jie Lin <livibetter@gmail.com>2013-10-04 21:18:40 +0800
commit2ccc10fd102a3f47df88c88a762afa8c512c64e6 (patch)
tree06bed3b1a659061e37ab41a9783196d0aca50cb5
parent578cdcada8dd8398fa7011dd26c49eddd4c5c724 (diff)
downloadsmartypants-git-2ccc10fd102a3f47df88c88a762afa8c512c64e6.tar.gz
fix more nested list indentations
-rw-r--r--CHANGES.rst28
1 files changed, 14 insertions, 14 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 53deb38..f39b7c3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -10,29 +10,29 @@ Changes
- line wrapping at 80 characters, i.e. max line length is 79 characters
- use symbols, even though they look same in Sphinx doc
- - "*" for modifications, fixes, or a set of grouped changes
- - "+" for additions
- - "-" for removals
+ - "*" for modifications, fixes, or a set of grouped changes
+ - "+" for additions
+ - "-" for removals
- .. note:: need to group each type into block, if without blank lines to
- separate, Sphinx gives warnings.
+ .. note:: need to group each type into block, if without blank lines to
+ separate, Sphinx gives warnings.
- Normally, they should be ordered in and separated by blank lines
-
- - deprecates
+ Normally, they should be ordered in and separated by blank lines
+
+ - deprecates
- - removals
-
- * fixes
+ - removals
- * sets
+ * fixes
- - removals
+ * sets
- + additions
+ - removals
+ additions
+ + additions
+
Future
======