Minor update to coding style doc

This commit is contained in:
Griatch 2015-03-08 19:27:51 +01:00
parent 3454beebc1
commit 32d58c7e8f

View file

@ -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