]> granicus.if.org Git - python/commit
Clean up docstrings:
authorFred Drake <fdrake@acm.org>
Thu, 20 Jun 2002 18:31:21 +0000 (18:31 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 20 Jun 2002 18:31:21 +0000 (18:31 +0000)
commitf7ce04dcb49e482ba31d25b819d5e933bf03fc4d
tree81034f62b3adc612010e9bf5a27c0071177a83ec
parent8db890a21a74bb4befc5d50a59c8366be842b653
Clean up docstrings:
- Include a blank line between the signature line and the description
  (Guido sez).
- Don't include "-> None" for API functions that always return None
  because they don't have a meaningful return value.
Modules/posixmodule.c