We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1991f1 + 0ae0e88 commit 0d854fcCopy full SHA for 0d854fc
1 file changed
Documentation/CodingGuidelines
@@ -264,6 +264,15 @@ For Python scripts:
264
documentation for version 2.6 does not mention this prefix, it has
265
been supported since version 2.6.0.
266
267
+Error Messages
268
+
269
+ - Do not end error messages with a full stop.
270
271
+ - Do not capitalize ("unable to open %s", not "Unable to open %s")
272
273
+ - Say what the error is first ("cannot open %s", not "%s: cannot open")
274
275
276
Writing Documentation:
277
278
Most (if not all) of the documentation pages are written in the
0 commit comments