amontalenti / elements-of-python-style

Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
3.45k stars 258 forks source link

Reference PEP 257 (docstring conventions) #18

Open amontalenti opened 8 years ago

amontalenti commented 8 years ago

As was mentioned in PR #16, the PEP 257 document has some good pointers on the style of docstrings that may be worth highlighting, or at least linking to, within this document.

jiffyclub commented 8 years ago

:+1: