From 5eaf389d9e129dcbab23baebab5f3eba82845b42 Mon Sep 17 00:00:00 2001 From: daira <> Date: Tue, 9 Sep 2014 23:19:40 +0000 Subject: [PATCH] README.txt -> README.rst [Imported from Trac: page CodingStandards, version 29] --- CodingStandards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodingStandards.md b/CodingStandards.md index 8ebd4c3..32602e0 100644 --- a/CodingStandards.md +++ b/CodingStandards.md @@ -30,7 +30,7 @@ from allmydata.util.assertutil import _assert, precondition, postcondition # your code here ``` - * Do not include a per-file copyright header (they just get out of date and are redundant with source:README.txt). + * Do not include a per-file copyright header (they just get out of date and are redundant with source:README.rst). * Put two blank lines between classes. * Put one blank line before a block comment if the preceding line is code at the same indent level (this makes it harder to mistake the code as part of the comment, and makes the comment easier to read). * Feel free to ignore the part of PEP-8 that says to put each module import on a separate line, but don't import modules from multiple separate packages on the same line.