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
commit c99412695d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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