pydocstyleEasy Playground

Check docstring conventions against PEP 257

Getting started with pydocstyleRun locally
Install
pip install pydocstyle
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: pydocstyle)

pydocstyle is a third-party package. Check docstring conventions against PEP 257. Install with: pip install pydocstyle

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?