We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce33d61 + 0ae0e88 commit 7591e2cCopy full SHA for 7591e2c
1 file changed
Documentation/CodingGuidelines
@@ -404,6 +404,15 @@ For Python scripts:
404
documentation for version 2.6 does not mention this prefix, it has
405
been supported since version 2.6.0.
406
407
+Error Messages
408
+
409
+ - Do not end error messages with a full stop.
410
411
+ - Do not capitalize ("unable to open %s", not "Unable to open %s")
412
413
+ - Say what the error is first ("cannot open %s", not "%s: cannot open")
414
415
416
Writing Documentation:
417
418
Most (if not all) of the documentation pages are written in the
0 commit comments