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