diff options
| author | Barry Warsaw | 2015-01-20 17:16:44 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2015-01-20 17:16:44 -0500 |
| commit | 5b1640705a9823b274405523103ca5d3400423b1 (patch) | |
| tree | 01125e66586ad6d0f9502dc5222090c9e83560b9 /src | |
| parent | 559eac349a08f8eda8f11e7b8254285a0c2d393e (diff) | |
| download | mailman-5b1640705a9823b274405523103ca5d3400423b1.tar.gz mailman-5b1640705a9823b274405523103ca5d3400423b1.tar.zst mailman-5b1640705a9823b274405523103ca5d3400423b1.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/docs/STYLEGUIDE.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/docs/STYLEGUIDE.rst b/src/mailman/docs/STYLEGUIDE.rst index 379ba57a4..ec58553c9 100644 --- a/src/mailman/docs/STYLEGUIDE.rst +++ b/src/mailman/docs/STYLEGUIDE.rst @@ -29,7 +29,7 @@ assumes the use of Python 3. 1. non-from imports, grouped from shorted module name to longest module name, with ties being broken by alphabetical order. - 3. from-imports grouped alphabetically. + 2. from-imports grouped alphabetically. * In general, there should be one class per module. This is not a hard-and-fast rule. Keep files small, but it's okay to group related code |
