Clarify C++-style one-line comments

This commit is contained in:
Brett Cannon 2017-08-18 12:05:03 -07:00 committed by GitHub
parent 3ea921ba72
commit 71098c1207
1 changed files with 1 additions and 1 deletions

View File

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