https://bugs.webkit.org/show_bug.cgi?id=179387
Rubber-stamped by Alexey Proskuryakov.
* code-style.md:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@227576
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2018-01-24 Aakash Jain <aakash_jain@apple.com>
+
+ Update code style guidelines for Python
+ https://bugs.webkit.org/show_bug.cgi?id=179387
+
+ Rubber-stamped by Alexey Proskuryakov.
+
+ * code-style.md:
+
2017-12-11 Dean Jackson <dino@apple.com>
Add a runtime feature flag for ImageBitmap and OffscreenCanvas
virtual String description() { ... }; // This is incorrect because it uses the "virtual" keyword to indicate that the method is overridden.
}
```
+
+### Python
+
+[](#python) For Python use PEP8 style.