Merge pull request #8292 from tk0miya/update_coding_style

docs: Update coding style
This commit is contained in:
Takeshi KOMIYA
2020-12-30 01:44:03 +09:00
committed by GitHub

View File

@@ -138,10 +138,7 @@ Coding style
Please follow these guidelines when writing code for Sphinx:
* Try to use the same code style as used in the rest of the project. See the
`Pocoo Styleguide`__ for more information.
__ http://flask.pocoo.org/docs/styleguide/
* Try to use the same code style as used in the rest of the project.
* For non-trivial changes, please update the :file:`CHANGES` file. If your
changes alter existing behavior, please document this.