Skip to content

Commit 4a303a8

Browse files
committed
convention is to start sentence with upper case
1 parent fc1daea commit 4a303a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/conventions.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ When modifying Python code, use this command to format it:
5050
./x test tidy --extra-checks py:fmt --bless
5151
```
5252

53-
and the following command to run lints:
53+
And, the following command to run lints:
54+
5455
```console
5556
./x test tidy --extra-checks py:lint
5657
```

0 commit comments

Comments
 (0)