PEP 7: No need to call out in-line (//) comments twice (#2074)

It's already mentioned in a preceding bulleted sublist.
This commit is contained in:
Dimitri Papadopoulos Orfanos 2021-12-20 21:52:55 +01:00 committed by GitHub
parent f82973df46
commit ec3ac5bf29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@ C dialect
* All function declarations and definitions must use full prototypes
(i.e. specify the types of all arguments).
* Only use C++ style // one-line comments in Python 3.6 or later.
* No compiler warnings with major compilers (gcc, VC++, a few others).