Skip to content

Commit aaa002e

Browse files
committed
docs: Fix lists for real
1 parent a8e5577 commit aaa002e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Features
2222
* Added highlighting for new ``@decorator`` syntax introduced in Python 2.4a2
2323
* Added highlighting for the following errors:
2424

25-
* Invalid symbols in source file
26-
* Mixing spaces and tabs
27-
* Invalid numeric constants
28-
* Invalid %-formatting inside strings
29-
* Invalid variable names
30-
* Trailing spaces (triggered by the ``python_highlight_space_errors`` option)
25+
* Invalid symbols in source file
26+
* Mixing spaces and tabs
27+
* Invalid numeric constants
28+
* Invalid %-formatting inside strings
29+
* Invalid variable names
30+
* Trailing spaces (triggered by the ``python_highlight_space_errors`` option)
3131

3232
Folding is done by the plugin `SimpylFold <https://github.com/tmhedberg/SimpylFold>`_.
3333

doc/python-syntax.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Features
2121
* Added highlighting for doctests
2222
* Added highlighting for new `@decorator` syntax introduced in Python 2.4a2
2323
* Added highlighting for the following errors:
24-
* Invalid symbols in source file
25-
* Mixing spaces and tabs
26-
* Invalid numeric constants
27-
* Invalid %-formatting inside strings
28-
* Invalid variable names
29-
* Trailing spaces (triggered by the `python_highlight_space_errors` option)
24+
* Invalid symbols in source file
25+
* Mixing spaces and tabs
26+
* Invalid numeric constants
27+
* Invalid %-formatting inside strings
28+
* Invalid variable names
29+
* Trailing spaces (triggered by the `python_highlight_space_errors` option)
3030

3131
Folding is done by the plugin `SimpylFold` (`https://github.com/tmhedberg/SimpylFold`)
3232

0 commit comments

Comments
 (0)