| commit | f7ce04dcb49e482ba31d25b819d5e933bf03fc4d | [log] [tgz] |
|---|---|---|
| author | Fred Drake <fdrake@acm.org> | Thu Jun 20 18:31:21 2002 +0000 |
| committer | Fred Drake <fdrake@acm.org> | Thu Jun 20 18:31:21 2002 +0000 |
| tree | 81034f62b3adc612010e9bf5a27c0071177a83ec | |
| parent | 8db890a21a74bb4befc5d50a59c8366be842b653 [diff] |
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.