diff --git a/docs/quickstart.rst b/docs/quickstart.rst index dc242885..f35135f2 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -14,8 +14,10 @@ Quick Start $ pydocstyle test.py test.py:18 in private nested class `meta`: D101: Docstring missing - test.py:22 in public method `method`: - D102: Docstring missing + test.py:27 in public function `get_user`: + D300: Use """triple double quotes""" (found '''-quotes) + test:75 in public function `init_database`: + D201: No blank lines allowed before function docstring (found 1) ... 3. Fix your code :)