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:
parent
f82973df46
commit
ec3ac5bf29
|
@ -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).
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue