SIGN IN SIGN UP
realpython / python-guide UNCLAIMED

Python best practices guidebook, written for humans.

0 0 0 Batchfile

Changed summary line of docstring to follow PEP 0257

Quoting https://www.python.org/dev/peps/pep-0257/#one-line-docstrings

The docstring is a phrase ending in a period. It prescribes the function or method's effect as a command ("Do this", "Return that"), not as a description; e.g. don't write "Returns the pathname ...".
R
remcodraijer committed
6b4d013f52b241df97827cb73bd1a9d148634603
Parent: 9ddb9ab