We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e7905 commit e12da74Copy full SHA for e12da74
doc/source/development/code_style.rst
@@ -129,9 +129,9 @@ For example:
129
f"Unknown received type, got: '{type(value).__name__}'"
130
131
PEP8 / black
132
---------------------------------------
133
-pandas follows the PEP8 standard and uses Black and Flake8 to ensure a
134
-consistent code format throughout the project. For details see the
+------------
+pandas follows the PEP8 standard and uses Black and Flake8 to ensure a
+consistent code format throughout the project. For details see the
135
contributing guide https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#python-pep8-black.
136
137
Imports (aim for absolute)
0 commit comments