Imported Upstream version 16.07-rc1
[deb_dpdk.git] / doc / guides / contributing / coding_style.rst
index ad1392d..1eb67f3 100644 (file)
@@ -685,3 +685,11 @@ Control Statements
                  usage();
                  /* NOTREACHED */
          }
+
+
+Python Code
+-----------
+
+All python code should be compliant with `PEP8 (Style Guide for Python Code) <https://www.python.org/dev/peps/pep-0008/>`_.
+
+The ``pep8`` tool can be used for testing compliance with the guidelines.