From 32d58c7e8fe74259f3c2eb3f1ef8cc8c11648bec Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 8 Mar 2015 19:27:51 +0100 Subject: [PATCH] Minor update to coding style doc --- CODING_STYLE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CODING_STYLE.md b/CODING_STYLE.md index dc5bfc0e92..6a788f5fdb 100644 --- a/CODING_STYLE.md +++ b/CODING_STYLE.md @@ -153,7 +153,8 @@ which block you are part of. You should normally use the specified format rather than the freeform counterpart (this will produce nicer output) but in some cases the freeform may produce a more compact and readable result (such as when describing an `*args` or `**kwargs` -statement in general terms). +statement in general terms). The first `self` argument of class methods +should never be documented. Note that