[Python-Dev] Reminder: an oft-forgotten rule about docstring formatting (PEP 257)
Guido van Rossum
guido at python.org
Thu Jun 27 16:20:55 CEST 2013
On Thu, Jun 27, 2013 at 1:21 AM, Antoine Pitrou <solipsis at pitrou.net> wrote:
> I don't always find it easy to summarize a function in one line.
Neither do I. But I always manage to do it anyway. My reasoning is,
you can always leave out more detail and add it to the subsequent
paragraph.
--
--Guido van Rossum (python.org/~guido)
More information about the Python-Dev
mailing list