From 887d39293168cd13868d2cdcc8f82f2684f962ec Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 8 Mar 2015 13:15:05 +0100 Subject: [PATCH] Further update --- CODING_STYLE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CODING_STYLE.md b/CODING_STYLE.md index 5b24d6c662..cb54f02b6f 100644 --- a/CODING_STYLE.md +++ b/CODING_STYLE.md @@ -56,6 +56,20 @@ are useful in the game ... """ ``` +Code examples should use the `\`\`\`python` marker to mark +multi-line code blocks, such as + +``` +\`\`\`python + +code here + +\`\`\` +``` + +Just indenting will not produce the code desired. + + ### Class docstrings The root class docstring should describe the over-arcing use of the