Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

Commit 5c4284c

Browse files
committed
Fix numbering rendering in 'CONTRIBUTING.md'
1 parent f1ac3a5 commit 5c4284c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,13 @@ install the `lint381` executable in the virtualenv:
5656

5757
Here is how `lint381` works:
5858

59-
1) Convert each source file into a list of tokens. See `tokenizer.py` for more
59+
1. Convert each source file into a list of tokens. See `tokenizer.py` for more
6060
information on what a token is.
61-
2) Run each linting function on each source file's list of tokens. Collect all
61+
62+
2. Run each linting function on each source file's list of tokens. Collect all
6263
the generated linting errors.
63-
3) Print out all the collected error messages.
64+
65+
3. Print out all the collected error messages.
6466

6567
You can find the linting functions in `c.py` and `cpp.py`. If you want a
6668
function to apply to both C and C++, write it in `c.py` and modify the list of

0 commit comments

Comments
 (0)