Skip to content

Commit cc7c817

Browse files
committed
Tweak format
1 parent 69c05ed commit cc7c817

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ def say_hello(name: str = 'World') -> None:
5454

5555
You can use Docstringify in three modes:
5656

57-
1. `check`: Flag missing docstrings:
57+
1. `check` – Flag missing docstrings:
5858

5959
```
6060
test is missing a docstring
6161
test.say_hello is missing a docstring
6262
```
63-
2. `suggest`: Suggest docstring templates based on type annotations:
63+
2. `suggest` – Suggest docstring templates based on type annotations:
6464
6565
```
6666
test is missing a docstring
@@ -78,7 +78,7 @@ You can use Docstringify in three modes:
7878
__description__
7979
"""
8080
```
81-
3. `edit`: Add docstring templates to source code files:
81+
3. `edit` – Add docstring templates to source code files:
8282
8383
```python
8484
"""__description__"""

0 commit comments

Comments
 (0)