We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c05ed commit cc7c817Copy full SHA for cc7c817
1 file changed
README.md
@@ -54,13 +54,13 @@ def say_hello(name: str = 'World') -> None:
54
55
You can use Docstringify in three modes:
56
57
-1. `check`: Flag missing docstrings:
+1. `check` – Flag missing docstrings:
58
59
```
60
test is missing a docstring
61
test.say_hello is missing a docstring
62
63
-2. `suggest`: Suggest docstring templates based on type annotations:
+2. `suggest` – Suggest docstring templates based on type annotations:
64
65
66
@@ -78,7 +78,7 @@ You can use Docstringify in three modes:
78
__description__
79
"""
80
81
-3. `edit`: Add docstring templates to source code files:
+3. `edit` – Add docstring templates to source code files:
82
83
```python
84
"""__description__"""
0 commit comments