Skip to content

Commit

Permalink
PEP 7: No need to call out in-line (//) comments twice (python#2074)
Browse files Browse the repository at this point in the history
It's already mentioned in a preceding bulleted sublist.
  • Loading branch information
DimitriPapadopoulos committed Dec 20, 2021
1 parent f82973d commit ec3ac5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pep-0007.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).


Expand Down

0 comments on commit ec3ac5b

Please sign in to comment.