Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 49675d3

Browse files
committed
Updated quickstart.
1 parent d69edc5 commit 49675d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/quickstart.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ Quick Start
1414
$ pydocstyle test.py
1515
test.py:18 in private nested class `meta`:
1616
D101: Docstring missing
17-
test.py:22 in public method `method`:
18-
D102: Docstring missing
17+
test.py:27 in public function `get_user`:
18+
D300: Use """triple double quotes""" (found '''-quotes)
19+
test:75 in public function `init_database`:
20+
D201: No blank lines allowed before function docstring (found 1)
1921
...
2022
2123
3. Fix your code :)

0 commit comments

Comments
 (0)