Commit Graph

4 Commits

Author SHA1 Message Date
63aa2e2882 Adding code styling guidelines (#23710)
Adding code styling guidelines for Python indentation
2019-01-24 14:39:25 -05:00
4b701255b9 Added text on the semicolon use alongside indents (#21592)
In the section introducing and elaborating upon if and elif-statements, I made a small note on how the rest of the structure is just as crucial, particularly, the semicolon. That is because, while this file is on indentation, it also regards the structural requirements of a code and how to be refrain from avoidable errors. The same way you can easily avoid an error by remembering when to properly indent is seen when we remember to always include a semicolon after a condition.
2018-11-05 02:25:23 -05:00
75d856fa26 Added PEP8 convention (#20168) 2018-10-27 20:13:15 -07:00
da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30